Html Css Color HEX #CC95F2 Wisteria

📋 copy color: '#CC95F2'

red 204 ◦ green 149 ◦ blue 242

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

Shades of Wisteria #CC95F2

Tints of Wisteria #CC95F2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.04%

 BLUE value IS 242 (94.92% from 255) = 40.67%

R = 34.29%
G = 25.04%
B = 40.67%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC95F2 (or 0xCC95F2) is known color: Wisteria. HEX triplet: CC, 95 and F2. RGB value is (204,149,242). Sum of RGB (Red+Green+Blue) = 204+149+242=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC95F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC95F2 is #336A0D. Grayscale: #AFAFAF. Windows color (decimal): -3369486 or 15898060. OLE color: 15898060.

HSL color Cylindrical-coordinate representation of color #CC95F2: hue angle of 275.48º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC95F2 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 149 242 -
CMYK 0.16 0.38 0 0.05
HSL 275.48º 0.78% 0.77% -
HSV(B) 275.48º 0.38% 0.95% -
XYZ 51.68 40.74 89.14 -
YUV 176.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 204 149 242 0.16 0.38 0 0.05 275.48 0.78 0.77
Hex CC 95 F2 10 26 0 5 113 4E 4D
Octal 314 225 362 20 46 0 5 423 116 115
Binary 11001100 10010101 11110010 10000 100110 0 101 100010011 1001110 1001101

Color Harmonies of #CC95F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC95F2

Black with #CC95F2

Text Example


Text Example

White with #CC95F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC95F2; }

 p { color: rgb(204,149,242); }

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

background-color css

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

 a { background-color: rgb(204,149,242); }

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

border-color css

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

 span { border-color: rgb(204,149,242); }

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