Html Css Color HEX #CC94EC Wisteria

📋 copy color: '#CC94EC'

red 204 ◦ green 148 ◦ blue 236

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

Shades of Wisteria #CC94EC

Tints of Wisteria #CC94EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.17%

 BLUE value IS 236 (92.58% from 255) = 40.14%

R = 34.69%
G = 25.17%
B = 40.14%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC94EC (or 0xCC94EC) is known color: Wisteria. HEX triplet: CC, 94 and EC. RGB value is (204,148,236). Sum of RGB (Red+Green+Blue) = 204+148+236=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC94EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC94EC is #336B13. Grayscale: #AEAEAE. Windows color (decimal): -3369748 or 15504588. OLE color: 15504588.

HSL color Cylindrical-coordinate representation of color #CC94EC: hue angle of 278.18º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC94EC is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 148 236 -
CMYK 0.14 0.37 0 0.07
HSL 278.18º 0.7% 0.75% -
HSV(B) 278.18º 0.37% 0.93% -
XYZ 50.63 40.07 84.42 -
YUV 174.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 204 148 236 0.14 0.37 0 0.07 278.18 0.7 0.75
Hex CC 94 EC E 25 0 7 116 46 4B
Octal 314 224 354 16 45 0 7 426 106 113
Binary 11001100 10010100 11101100 1110 100101 0 111 100010110 1000110 1001011

Color Harmonies of #CC94EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94EC

Black with #CC94EC

Text Example


Text Example

White with #CC94EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94EC; }

 p { color: rgb(204,148,236); }

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

background-color css

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

 a { background-color: rgb(204,148,236); }

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

border-color css

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

 span { border-color: rgb(204,148,236); }

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