Html Css Color HEX #CC85E6 Wisteria

📋 copy color: '#CC85E6'

red 204 ◦ green 133 ◦ blue 230

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

Shades of Wisteria #CC85E6

Tints of Wisteria #CC85E6

RGB

 RED value IS 204 (80.08% from 255) = 35.98%

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

 BLUE value IS 230 (90.23% from 255) = 40.56%

R = 35.98%
G = 23.46%
B = 40.56%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC85E6 (or 0xCC85E6) is known color: Wisteria. HEX triplet: CC, 85 and E6. RGB value is (204,133,230). Sum of RGB (Red+Green+Blue) = 204+133+230=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC85E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85E6 is #337A19. Grayscale: #A4A4A4. Windows color (decimal): -3373594 or 15107532. OLE color: 15107532.

HSL color Cylindrical-coordinate representation of color #CC85E6: hue angle of 283.92º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC85E6 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 133 230 -
CMYK 0.11 0.42 0 0.10
HSL 283.92º 0.66% 0.71% -
HSV(B) 283.92º 0.42% 0.9% -
XYZ 47.57 35.33 79.17 -
YUV 165.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 204 133 230 0.11 0.42 0 0.10 283.92 0.66 0.71
Hex CC 85 E6 B 2A 0 A 11C 42 47
Octal 314 205 346 13 52 0 12 434 102 107
Binary 11001100 10000101 11100110 1011 101010 0 1010 100011100 1000010 1000111

Color Harmonies of #CC85E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85E6

Black with #CC85E6

Text Example


Text Example

White with #CC85E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85E6; }

 p { color: rgb(204,133,230); }

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

background-color css

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

 a { background-color: rgb(204,133,230); }

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

border-color css

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

 span { border-color: rgb(204,133,230); }

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