Html Css Color HEX #CC8FED Wisteria

📋 copy color: '#CC8FED'

red 204 ◦ green 143 ◦ blue 237

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

Shades of Wisteria #CC8FED

Tints of Wisteria #CC8FED

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.49%

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

R = 34.93%
G = 24.49%
B = 40.58%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC8FED (or 0xCC8FED) is known color: Wisteria. HEX triplet: CC, 8F and ED. RGB value is (204,143,237). Sum of RGB (Red+Green+Blue) = 204+143+237=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC8FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8FED is #337012. Grayscale: #ABABAB. Windows color (decimal): -3371027 or 15568844. OLE color: 15568844.

HSL color Cylindrical-coordinate representation of color #CC8FED: hue angle of 278.94º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC8FED is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 143 237 -
CMYK 0.14 0.40 0 0.07
HSL 278.94º 0.72% 0.75% -
HSV(B) 278.94º 0.4% 0.93% -
XYZ 50.01 38.6 84.93 -
YUV 171.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 204 143 237 0.14 0.40 0 0.07 278.94 0.72 0.75
Hex CC 8F ED E 28 0 7 117 48 4B
Octal 314 217 355 16 50 0 7 427 110 113
Binary 11001100 10001111 11101101 1110 101000 0 111 100010111 1001000 1001011

Color Harmonies of #CC8FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FED

Black with #CC8FED

Text Example


Text Example

White with #CC8FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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