Html Css Color HEX #CC7FF3 Heliotrope

📋 copy color: '#CC7FF3'

red 204 ◦ green 127 ◦ blue 243

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

Shades of Heliotrope #CC7FF3

Tints of Heliotrope #CC7FF3

RGB

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

 GREEN value IS 127 (50% from 255) = 22.13%

 BLUE value IS 243 (95.31% from 255) = 42.33%

R = 35.54%
G = 22.13%
B = 42.33%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC7FF3 (or 0xCC7FF3) is known color: Heliotrope. HEX triplet: CC, 7F and F3. RGB value is (204,127,243). Sum of RGB (Red+Green+Blue) = 204+127+243=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC7FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FF3 is #33800C. Grayscale: #A2A2A2. Windows color (decimal): -3375117 or 15957964. OLE color: 15957964.

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

Color convert

RGB 204 127 243 -
CMYK 0.16 0.48 0 0.05
HSL 279.83º 0.83% 0.73% -
HSV(B) 279.83º 0.48% 0.95% -
XYZ 48.67 34.49 88.89 -
YUV 163.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 204 127 243 0.16 0.48 0 0.05 279.83 0.83 0.73
Hex CC 7F F3 10 30 0 5 118 53 49
Octal 314 177 363 20 60 0 5 430 123 111
Binary 11001100 1111111 11110011 10000 110000 0 101 100011000 1010011 1001001

Color Harmonies of #CC7FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FF3

Black with #CC7FF3

Text Example


Text Example

White with #CC7FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FF3; }

 p { color: rgb(204,127,243); }

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

background-color css

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

 a { background-color: rgb(204,127,243); }

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

border-color css

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

 span { border-color: rgb(204,127,243); }

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