Html Css Color HEX #CC8BEE Wisteria

📋 copy color: '#CC8BEE'

red 204 ◦ green 139 ◦ blue 238

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

Shades of Wisteria #CC8BEE

Tints of Wisteria #CC8BEE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.92%

 BLUE value IS 238 (93.36% from 255) = 40.96%

R = 35.11%
G = 23.92%
B = 40.96%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC8BEE (or 0xCC8BEE) is known color: Wisteria. HEX triplet: CC, 8B and EE. RGB value is (204,139,238). Sum of RGB (Red+Green+Blue) = 204+139+238=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8BEE is #337411. Grayscale: #A9A9A9. Windows color (decimal): -3372050 or 15633356. OLE color: 15633356.

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

Color convert

RGB 204 139 238 -
CMYK 0.14 0.42 0 0.07
HSL 279.39º 0.74% 0.74% -
HSV(B) 279.39º 0.42% 0.93% -
XYZ 49.57 37.48 85.51 -
YUV 169.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 204 139 238 0.14 0.42 0 0.07 279.39 0.74 0.74
Hex CC 8B EE E 2A 0 7 117 4A 4A
Octal 314 213 356 16 52 0 7 427 112 112
Binary 11001100 10001011 11101110 1110 101010 0 111 100010111 1001010 1001010

Color Harmonies of #CC8BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8BEE

Black with #CC8BEE

Text Example


Text Example

White with #CC8BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8BEE; }

 p { color: rgb(204,139,238); }

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

background-color css

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

 a { background-color: rgb(204,139,238); }

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

border-color css

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

 span { border-color: rgb(204,139,238); }

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