Html Css Color HEX #CC84EC Wisteria

📋 copy color: '#CC84EC'

red 204 ◦ green 132 ◦ blue 236

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

Shades of Wisteria #CC84EC

Tints of Wisteria #CC84EC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.08%

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

R = 35.66%
G = 23.08%
B = 41.26%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC84EC (or 0xCC84EC) is known color: Wisteria. HEX triplet: CC, 84 and EC. RGB value is (204,132,236). Sum of RGB (Red+Green+Blue) = 204+132+236=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC84EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84EC is #337B13. Grayscale: #A5A5A5. Windows color (decimal): -3373844 or 15500492. OLE color: 15500492.

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

Color convert

RGB 204 132 236 -
CMYK 0.14 0.44 0 0.07
HSL 281.54º 0.73% 0.72% -
HSV(B) 281.54º 0.44% 0.93% -
XYZ 48.29 35.4 83.64 -
YUV 165.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 204 132 236 0.14 0.44 0 0.07 281.54 0.73 0.72
Hex CC 84 EC E 2C 0 7 11A 49 48
Octal 314 204 354 16 54 0 7 432 111 110
Binary 11001100 10000100 11101100 1110 101100 0 111 100011010 1001001 1001000

Color Harmonies of #CC84EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84EC

Black with #CC84EC

Text Example


Text Example

White with #CC84EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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