Html Css Color HEX #CC8CEB Wisteria

📋 copy color: '#CC8CEB'

red 204 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #CC8CEB

Tints of Wisteria #CC8CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.18%

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 35.23%
G = 24.18%
B = 40.59%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC8CEB (or 0xCC8CEB) is known color: Wisteria. HEX triplet: CC, 8C and EB. RGB value is (204,140,235). Sum of RGB (Red+Green+Blue) = 204+140+235=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8CEB is #337314. Grayscale: #A9A9A9. Windows color (decimal): -3371797 or 15437004. OLE color: 15437004.

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

Color convert

RGB 204 140 235 -
CMYK 0.13 0.40 0 0.08
HSL 280.42º 0.7% 0.74% -
HSV(B) 280.42º 0.4% 0.92% -
XYZ 49.28 37.59 83.26 -
YUV 169.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 204 140 235 0.13 0.40 0 0.08 280.42 0.7 0.74
Hex CC 8C EB D 28 0 8 118 46 4A
Octal 314 214 353 15 50 0 10 430 106 112
Binary 11001100 10001100 11101011 1101 101000 0 1000 100011000 1000110 1001010

Color Harmonies of #CC8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CEB

Black with #CC8CEB

Text Example


Text Example

White with #CC8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CEB; }

 p { color: rgb(204,140,235); }

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

background-color css

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

 a { background-color: rgb(204,140,235); }

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

border-color css

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

 span { border-color: rgb(204,140,235); }

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