Html Css Color HEX #CC8FEA Wisteria

📋 copy color: '#CC8FEA'

red 204 ◦ green 143 ◦ blue 234

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

Shades of Wisteria #CC8FEA

Tints of Wisteria #CC8FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.28%

R = 35.11%
G = 24.61%
B = 40.28%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC8FEA (or 0xCC8FEA) is known color: Wisteria. HEX triplet: CC, 8F and EA. RGB value is (204,143,234). Sum of RGB (Red+Green+Blue) = 204+143+234=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8FEA is #337015. Grayscale: #ABABAB. Windows color (decimal): -3371030 or 15372236. OLE color: 15372236.

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

Color convert

RGB 204 143 234 -
CMYK 0.13 0.39 0 0.08
HSL 280.22º 0.68% 0.74% -
HSV(B) 280.22º 0.39% 0.92% -
XYZ 49.58 38.42 82.65 -
YUV 171.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 204 143 234 0.13 0.39 0 0.08 280.22 0.68 0.74
Hex CC 8F EA D 27 0 8 118 44 4A
Octal 314 217 352 15 47 0 10 430 104 112
Binary 11001100 10001111 11101010 1101 100111 0 1000 100011000 1000100 1001010

Color Harmonies of #CC8FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FEA

Black with #CC8FEA

Text Example


Text Example

White with #CC8FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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