Html Css Color HEX #CC85DA Wisteria

📋 copy color: '#CC85DA'

red 204 ◦ green 133 ◦ blue 218

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

Shades of Wisteria #CC85DA

Tints of Wisteria #CC85DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 36.76%
G = 23.96%
B = 39.28%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC85DA (or 0xCC85DA) is known color: Wisteria. HEX triplet: CC, 85 and DA. RGB value is (204,133,218). Sum of RGB (Red+Green+Blue) = 204+133+218=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC85DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85DA is #337A25. Grayscale: #A3A3A3. Windows color (decimal): -3373606 or 14321100. OLE color: 14321100.

HSL color Cylindrical-coordinate representation of color #CC85DA: hue angle of 290.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC85DA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 133 218 -
CMYK 0.06 0.39 0 0.15
HSL 290.12º 0.53% 0.69% -
HSV(B) 290.12º 0.39% 0.85% -
XYZ 45.94 34.67 70.6 -
YUV 163.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 204 133 218 0.06 0.39 0 0.15 290.12 0.53 0.69
Hex CC 85 DA 6 27 0 F 122 35 45
Octal 314 205 332 6 47 0 17 442 65 105
Binary 11001100 10000101 11011010 110 100111 0 1111 100100010 110101 1000101

Color Harmonies of #CC85DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85DA

Black with #CC85DA

Text Example


Text Example

White with #CC85DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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