Html Css Color HEX #CC7AFF Heliotrope

📋 copy color: '#CC7AFF'

red 204 ◦ green 122 ◦ blue 255

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

Shades of Heliotrope #CC7AFF

Tints of Heliotrope #CC7AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21%

 BLUE value IS 255 (100% from 255) = 43.89%

R = 35.11%
G = 21%
B = 43.89%

CMYK

 C value IS 0.2

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC7AFF (or 0xCC7AFF) is known color: Heliotrope. HEX triplet: CC, 7A and FF. RGB value is (204,122,255). Sum of RGB (Red+Green+Blue) = 204+122+255=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7AFF is #338500. Grayscale: #A1A1A1. Windows color (decimal): -3376385 or 16743116. OLE color: 16743116.

HSL color Cylindrical-coordinate representation of color #CC7AFF: hue angle of 276.99º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC7AFF is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 122 255 -
CMYK 0.2 0.52 0 0
HSL 276.99º 1% 0.74% -
HSV(B) 276.99º 0.52% 1% -
XYZ 49.91 33.98 98.54 -
YUV 161.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 204 122 255 0.2 0.52 0 0 276.99 1 0.74
Hex CC 7A FF 14 34 0 0 115 64 4A
Octal 314 172 377 24 64 0 0 425 144 112
Binary 11001100 1111010 11111111 10100 110100 0 0 100010101 1100100 1001010

Color Harmonies of #CC7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AFF

Black with #CC7AFF

Text Example


Text Example

White with #CC7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AFF; }

 p { color: rgb(204,122,255); }

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

background-color css

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

 a { background-color: rgb(204,122,255); }

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

border-color css

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

 span { border-color: rgb(204,122,255); }

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