Html Css Color HEX #C485EF Wisteria

📋 copy color: '#C485EF'

red 196 ◦ green 133 ◦ blue 239

#C485EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #C485EF

Tints of Wisteria #C485EF

RGB

 RED value IS 196 (76.95% from 255) = 34.51%

 GREEN value IS 133 (52.34% from 255) = 23.42%

 BLUE value IS 239 (93.75% from 255) = 42.08%

R = 34.51%
G = 23.42%
B = 42.08%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C485EF (or 0xC485EF) is known color: Wisteria. HEX triplet: C4, 85 and EF. RGB value is (196,133,239). Sum of RGB (Red+Green+Blue) = 196+133+239=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #C485EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C485EF is #3B7A10. Grayscale: #A3A3A3. Windows color (decimal): -3897873 or 15697348. OLE color: 15697348.

HSL color Cylindrical-coordinate representation of color #C485EF: hue angle of 275.66º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C485EF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 133 239 -
CMYK 0.18 0.44 0 0.06
HSL 275.66º 0.77% 0.73% -
HSV(B) 275.66º 0.44% 0.94% -
XYZ 46.73 34.74 85.9 -
YUV 163.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 196 133 239 0.18 0.44 0 0.06 275.66 0.77 0.73
Hex C4 85 EF 12 2C 0 6 114 4D 49
Octal 304 205 357 22 54 0 6 424 115 111
Binary 11000100 10000101 11101111 10010 101100 0 110 100010100 1001101 1001001

Color Harmonies of #C485EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485EF

Black with #C485EF

Text Example


Text Example

White with #C485EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485EF; }

 p { color: rgb(196,133,239); }

 H1.HeaderClassName
 {
   color: #C485EF;
 }
 .AnyTagClassName
 {
   color: #C485EF;
 }
</style>

background-color css

<style>
 a { background-color: #C485EF; }

 a { background-color: rgb(196,133,239); }

 div.DivClassName
 {
   background-color: #C485EF;
 }
 .BgClassName
 {
   background-color: #C485EF;
 }
</style>

border-color css

<style>
 span { border-color: #C485EF; }

 span { border-color: rgb(196,133,239); }

 td.TdClassName
 {
   border-color: #C485EF;
 }
 .TagClassName
 {
   border-color: #C485EF;
 }
</style>