Html Css Color HEX #CC85EA Wisteria

📋 copy color: '#CC85EA'

red 204 ◦ green 133 ◦ blue 234

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

Shades of Wisteria #CC85EA

Tints of Wisteria #CC85EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.98%

R = 35.73%
G = 23.29%
B = 40.98%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC85EA (or 0xCC85EA) is known color: Wisteria. HEX triplet: CC, 85 and EA. RGB value is (204,133,234). Sum of RGB (Red+Green+Blue) = 204+133+234=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85EA is #337A15. Grayscale: #A5A5A5. Windows color (decimal): -3373590 or 15369676. OLE color: 15369676.

HSL color Cylindrical-coordinate representation of color #CC85EA: hue angle of 282.18º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC85EA is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 133 234 -
CMYK 0.13 0.43 0 0.08
HSL 282.18º 0.71% 0.72% -
HSV(B) 282.18º 0.43% 0.92% -
XYZ 48.14 35.55 82.17 -
YUV 165.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 204 133 234 0.13 0.43 0 0.08 282.18 0.71 0.72
Hex CC 85 EA D 2B 0 8 11A 47 48
Octal 314 205 352 15 53 0 10 432 107 110
Binary 11001100 10000101 11101010 1101 101011 0 1000 100011010 1000111 1001000

Color Harmonies of #CC85EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85EA

Black with #CC85EA

Text Example


Text Example

White with #CC85EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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