Html Css Color HEX #CC85DF Wisteria

📋 copy color: '#CC85DF'

red 204 ◦ green 133 ◦ blue 223

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

Shades of Wisteria #CC85DF

Tints of Wisteria #CC85DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 36.43%
G = 23.75%
B = 39.82%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC85DF (or 0xCC85DF) is known color: Wisteria. HEX triplet: CC, 85 and DF. RGB value is (204,133,223). Sum of RGB (Red+Green+Blue) = 204+133+223=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85DF is #337A20. Grayscale: #A4A4A4. Windows color (decimal): -3373601 or 14648780. OLE color: 14648780.

HSL color Cylindrical-coordinate representation of color #CC85DF: hue angle of 287.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC85DF is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 133 223 -
CMYK 0.09 0.40 0 0.13
HSL 287.33º 0.58% 0.7% -
HSV(B) 287.33º 0.4% 0.87% -
XYZ 46.61 34.94 74.1 -
YUV 164.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 204 133 223 0.09 0.40 0 0.13 287.33 0.58 0.7
Hex CC 85 DF 9 28 0 D 11F 3A 46
Octal 314 205 337 11 50 0 15 437 72 106
Binary 11001100 10000101 11011111 1001 101000 0 1101 100011111 111010 1000110

Color Harmonies of #CC85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85DF

Black with #CC85DF

Text Example


Text Example

White with #CC85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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