Html Css Color HEX #CF7FE6 Heliotrope

📋 copy color: '#CF7FE6'

red 207 ◦ green 127 ◦ blue 230

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

Shades of Heliotrope #CF7FE6

Tints of Heliotrope #CF7FE6

RGB

 RED value IS 207 (81.25% from 255) = 36.7%

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

 BLUE value IS 230 (90.23% from 255) = 40.78%

R = 36.7%
G = 22.52%
B = 40.78%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF7FE6 (or 0xCF7FE6) is known color: Heliotrope. HEX triplet: CF, 7F and E6. RGB value is (207,127,230). Sum of RGB (Red+Green+Blue) = 207+127+230=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF7FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7FE6 is #308019. Grayscale: #A2A2A2. Windows color (decimal): -3178522 or 15105999. OLE color: 15105999.

HSL color Cylindrical-coordinate representation of color #CF7FE6: hue angle of 286.6º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7FE6 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 127 230 -
CMYK 0.10 0.45 0 0.10
HSL 286.6º 0.67% 0.7% -
HSV(B) 286.6º 0.45% 0.9% -
XYZ 47.6 34.16 78.95 -
YUV 162.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 207 127 230 0.10 0.45 0 0.10 286.6 0.67 0.7
Hex CF 7F E6 A 2D 0 A 11F 43 46
Octal 317 177 346 12 55 0 12 437 103 106
Binary 11001111 1111111 11100110 1010 101101 0 1010 100011111 1000011 1000110

Color Harmonies of #CF7FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FE6

Black with #CF7FE6

Text Example


Text Example

White with #CF7FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FE6; }

 p { color: rgb(207,127,230); }

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

background-color css

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

 a { background-color: rgb(207,127,230); }

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

border-color css

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

 span { border-color: rgb(207,127,230); }

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