Html Css Color HEX #CC95F0 Wisteria

📋 copy color: '#CC95F0'

red 204 ◦ green 149 ◦ blue 240

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

Shades of Wisteria #CC95F0

Tints of Wisteria #CC95F0

RGB

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

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

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

R = 34.4%
G = 25.13%
B = 40.47%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC95F0 (or 0xCC95F0) is known color: Wisteria. HEX triplet: CC, 95 and F0. RGB value is (204,149,240). Sum of RGB (Red+Green+Blue) = 204+149+240=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC95F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC95F0 is #336A0F. Grayscale: #AFAFAF. Windows color (decimal): -3369488 or 15766988. OLE color: 15766988.

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

Color convert

RGB 204 149 240 -
CMYK 0.15 0.38 0 0.06
HSL 276.26º 0.75% 0.76% -
HSV(B) 276.26º 0.38% 0.94% -
XYZ 51.38 40.62 87.57 -
YUV 175.82 164.22 148.1 -
System Red Green Blue C M Y K H S L
Decimal 204 149 240 0.15 0.38 0 0.06 276.26 0.75 0.76
Hex CC 95 F0 F 26 0 6 114 4B 4C
Octal 314 225 360 17 46 0 6 424 113 114
Binary 11001100 10010101 11110000 1111 100110 0 110 100010100 1001011 1001100

Color Harmonies of #CC95F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC95F0

Black with #CC95F0

Text Example


Text Example

White with #CC95F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC95F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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