Html Css Color HEX #CC8BEB Wisteria

📋 copy color: '#CC8BEB'

red 204 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #CC8BEB

Tints of Wisteria #CC8BEB

RGB

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

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

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

R = 35.29%
G = 24.05%
B = 40.66%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC8BEB (or 0xCC8BEB) is known color: Wisteria. HEX triplet: CC, 8B and EB. RGB value is (204,139,235). Sum of RGB (Red+Green+Blue) = 204+139+235=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8BEB is #337414. Grayscale: #A9A9A9. Windows color (decimal): -3372053 or 15436748. OLE color: 15436748.

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

Color convert

RGB 204 139 235 -
CMYK 0.13 0.41 0 0.08
HSL 280.63º 0.71% 0.73% -
HSV(B) 280.63º 0.41% 0.92% -
XYZ 49.13 37.3 83.21 -
YUV 169.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 204 139 235 0.13 0.41 0 0.08 280.63 0.71 0.73
Hex CC 8B EB D 29 0 8 119 47 49
Octal 314 213 353 15 51 0 10 431 107 111
Binary 11001100 10001011 11101011 1101 101001 0 1000 100011001 1000111 1001001

Color Harmonies of #CC8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8BEB

Black with #CC8BEB

Text Example


Text Example

White with #CC8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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