Html Css Color HEX #CC9BDF Wisteria

📋 copy color: '#CC9BDF'

red 204 ◦ green 155 ◦ blue 223

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

Shades of Wisteria #CC9BDF

Tints of Wisteria #CC9BDF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.63%

 BLUE value IS 223 (87.5% from 255) = 38.32%

R = 35.05%
G = 26.63%
B = 38.32%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC9BDF (or 0xCC9BDF) is known color: Wisteria. HEX triplet: CC, 9B and DF. RGB value is (204,155,223). Sum of RGB (Red+Green+Blue) = 204+155+223=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC9BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BDF is #336420. Grayscale: #B1B1B1. Windows color (decimal): -3367969 or 14654412. OLE color: 14654412.

HSL color Cylindrical-coordinate representation of color #CC9BDF: hue angle of 283.24º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9BDF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 155 223 -
CMYK 0.09 0.30 0 0.13
HSL 283.24º 0.52% 0.74% -
HSV(B) 283.24º 0.3% 0.87% -
XYZ 49.94 41.61 75.21 -
YUV 177.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 204 155 223 0.09 0.30 0 0.13 283.24 0.52 0.74
Hex CC 9B DF 9 1E 0 D 11B 34 4A
Octal 314 233 337 11 36 0 15 433 64 112
Binary 11001100 10011011 11011111 1001 11110 0 1101 100011011 110100 1001010

Color Harmonies of #CC9BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BDF

Black with #CC9BDF

Text Example


Text Example

White with #CC9BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BDF; }

 p { color: rgb(204,155,223); }

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

background-color css

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

 a { background-color: rgb(204,155,223); }

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

border-color css

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

 span { border-color: rgb(204,155,223); }

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