Html Css Color HEX #CC8BED Wisteria

📋 copy color: '#CC8BED'

red 204 ◦ green 139 ◦ blue 237

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

Shades of Wisteria #CC8BED

Tints of Wisteria #CC8BED

RGB

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

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

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

R = 35.17%
G = 23.97%
B = 40.86%

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

#CC8BED (or 0xCC8BED) is known color: Wisteria. HEX triplet: CC, 8B and ED. RGB value is (204,139,237). Sum of RGB (Red+Green+Blue) = 204+139+237=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC8BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8BED is #337412. Grayscale: #A9A9A9. Windows color (decimal): -3372051 or 15567820. OLE color: 15567820.

HSL color Cylindrical-coordinate representation of color #CC8BED: hue angle of 279.8º 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 #CC8BED is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 139 237 -
CMYK 0.14 0.41 0 0.07
HSL 279.8º 0.73% 0.74% -
HSV(B) 279.8º 0.41% 0.93% -
XYZ 49.42 37.42 84.74 -
YUV 169.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 204 139 237 0.14 0.41 0 0.07 279.8 0.73 0.74
Hex CC 8B ED E 29 0 7 118 49 4A
Octal 314 213 355 16 51 0 7 430 111 112
Binary 11001100 10001011 11101101 1110 101001 0 111 100011000 1001001 1001010

Color Harmonies of #CC8BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8BED

Black with #CC8BED

Text Example


Text Example

White with #CC8BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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