Html Css Color HEX #CC9BF0 Wisteria

📋 copy color: '#CC9BF0'

red 204 ◦ green 155 ◦ blue 240

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

Shades of Wisteria #CC9BF0

Tints of Wisteria #CC9BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.07%

R = 34.06%
G = 25.88%
B = 40.07%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC9BF0 (or 0xCC9BF0) is known color: Wisteria. HEX triplet: CC, 9B and F0. RGB value is (204,155,240). Sum of RGB (Red+Green+Blue) = 204+155+240=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC9BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BF0 is #33640F. Grayscale: #B3B3B3. Windows color (decimal): -3367952 or 15768524. OLE color: 15768524.

HSL color Cylindrical-coordinate representation of color #CC9BF0: hue angle of 274.59º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC9BF0 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 155 240 -
CMYK 0.15 0.35 0 0.06
HSL 274.59º 0.74% 0.77% -
HSV(B) 274.59º 0.35% 0.94% -
XYZ 52.35 42.57 87.9 -
YUV 179.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 204 155 240 0.15 0.35 0 0.06 274.59 0.74 0.77
Hex CC 9B F0 F 23 0 6 113 4A 4D
Octal 314 233 360 17 43 0 6 423 112 115
Binary 11001100 10011011 11110000 1111 100011 0 110 100010011 1001010 1001101

Color Harmonies of #CC9BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BF0

Black with #CC9BF0

Text Example


Text Example

White with #CC9BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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