Html Css Color HEX #CC85ED Wisteria

📋 copy color: '#CC85ED'

red 204 ◦ green 133 ◦ blue 237

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

Shades of Wisteria #CC85ED

Tints of Wisteria #CC85ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.29%

R = 35.54%
G = 23.17%
B = 41.29%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC85ED (or 0xCC85ED) is known color: Wisteria. HEX triplet: CC, 85 and ED. RGB value is (204,133,237). Sum of RGB (Red+Green+Blue) = 204+133+237=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85ED is #337A12. Grayscale: #A5A5A5. Windows color (decimal): -3373587 or 15566284. OLE color: 15566284.

HSL color Cylindrical-coordinate representation of color #CC85ED: hue angle of 280.96º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC85ED is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 133 237 -
CMYK 0.14 0.44 0 0.07
HSL 280.96º 0.74% 0.73% -
HSV(B) 280.96º 0.44% 0.93% -
XYZ 48.58 35.73 84.46 -
YUV 166.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 204 133 237 0.14 0.44 0 0.07 280.96 0.74 0.73
Hex CC 85 ED E 2C 0 7 119 4A 49
Octal 314 205 355 16 54 0 7 431 112 111
Binary 11001100 10000101 11101101 1110 101100 0 111 100011001 1001010 1001001

Color Harmonies of #CC85ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85ED

Black with #CC85ED

Text Example


Text Example

White with #CC85ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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