Html Css Color HEX #CC94EA Wisteria

📋 copy color: '#CC94EA'

red 204 ◦ green 148 ◦ blue 234

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

Shades of Wisteria #CC94EA

Tints of Wisteria #CC94EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 34.81%
G = 25.26%
B = 39.93%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC94EA (or 0xCC94EA) is known color: Wisteria. HEX triplet: CC, 94 and EA. RGB value is (204,148,234). Sum of RGB (Red+Green+Blue) = 204+148+234=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC94EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC94EA is #336B15. Grayscale: #AEAEAE. Windows color (decimal): -3369750 or 15373516. OLE color: 15373516.

HSL color Cylindrical-coordinate representation of color #CC94EA: hue angle of 279.07º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC94EA is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 148 234 -
CMYK 0.13 0.37 0 0.08
HSL 279.07º 0.67% 0.75% -
HSV(B) 279.07º 0.37% 0.92% -
XYZ 50.34 39.96 82.9 -
YUV 174.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 204 148 234 0.13 0.37 0 0.08 279.07 0.67 0.75
Hex CC 94 EA D 25 0 8 117 43 4B
Octal 314 224 352 15 45 0 10 427 103 113
Binary 11001100 10010100 11101010 1101 100101 0 1000 100010111 1000011 1001011

Color Harmonies of #CC94EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94EA

Black with #CC94EA

Text Example


Text Example

White with #CC94EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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