Html Css Color HEX #CC7BF2 Heliotrope

📋 copy color: '#CC7BF2'

red 204 ◦ green 123 ◦ blue 242

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

Shades of Heliotrope #CC7BF2

Tints of Heliotrope #CC7BF2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.62%

 BLUE value IS 242 (94.92% from 255) = 42.53%

R = 35.85%
G = 21.62%
B = 42.53%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC7BF2 (or 0xCC7BF2) is known color: Heliotrope. HEX triplet: CC, 7B and F2. RGB value is (204,123,242). Sum of RGB (Red+Green+Blue) = 204+123+242=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC7BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BF2 is #33840D. Grayscale: #A0A0A0. Windows color (decimal): -3376142 or 15891404. OLE color: 15891404.

HSL color Cylindrical-coordinate representation of color #CC7BF2: hue angle of 280.84º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC7BF2 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 123 242 -
CMYK 0.16 0.49 0 0.05
HSL 280.84º 0.82% 0.72% -
HSV(B) 280.84º 0.49% 0.95% -
XYZ 48.01 33.41 87.92 -
YUV 160.79 173.84 158.82 -
System Red Green Blue C M Y K H S L
Decimal 204 123 242 0.16 0.49 0 0.05 280.84 0.82 0.72
Hex CC 7B F2 10 31 0 5 119 52 48
Octal 314 173 362 20 61 0 5 431 122 110
Binary 11001100 1111011 11110010 10000 110001 0 101 100011001 1010010 1001000

Color Harmonies of #CC7BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BF2

Black with #CC7BF2

Text Example


Text Example

White with #CC7BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BF2; }

 p { color: rgb(204,123,242); }

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

background-color css

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

 a { background-color: rgb(204,123,242); }

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

border-color css

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

 span { border-color: rgb(204,123,242); }

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