Html Css Color HEX #CC8CED Wisteria

📋 copy color: '#CC8CED'

red 204 ◦ green 140 ◦ blue 237

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

Shades of Wisteria #CC8CED

Tints of Wisteria #CC8CED

RGB

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

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

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

R = 35.11%
G = 24.1%
B = 40.79%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC8CED (or 0xCC8CED) is known color: Wisteria. HEX triplet: CC, 8C and ED. RGB value is (204,140,237). Sum of RGB (Red+Green+Blue) = 204+140+237=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8CED is #337312. Grayscale: #A9A9A9. Windows color (decimal): -3371795 or 15568076. OLE color: 15568076.

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

Color convert

RGB 204 140 237 -
CMYK 0.14 0.41 0 0.07
HSL 279.59º 0.73% 0.74% -
HSV(B) 279.59º 0.41% 0.93% -
XYZ 49.57 37.71 84.79 -
YUV 170.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 204 140 237 0.14 0.41 0 0.07 279.59 0.73 0.74
Hex CC 8C ED E 29 0 7 118 49 4A
Octal 314 214 355 16 51 0 7 430 111 112
Binary 11001100 10001100 11101101 1110 101001 0 111 100011000 1001001 1001010

Color Harmonies of #CC8CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CED

Black with #CC8CED

Text Example


Text Example

White with #CC8CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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