Html Css Color HEX #CF7EE6 Heliotrope

📋 copy color: '#CF7EE6'

red 207 ◦ green 126 ◦ blue 230

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

Shades of Heliotrope #CF7EE6

Tints of Heliotrope #CF7EE6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.38%

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

R = 36.77%
G = 22.38%
B = 40.85%

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

#CF7EE6 (or 0xCF7EE6) is known color: Heliotrope. HEX triplet: CF, 7E and E6. RGB value is (207,126,230). Sum of RGB (Red+Green+Blue) = 207+126+230=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF7EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7EE6 is #308119. Grayscale: #A1A1A1. Windows color (decimal): -3178778 or 15105743. OLE color: 15105743.

HSL color Cylindrical-coordinate representation of color #CF7EE6: hue angle of 286.73º degrees, saturation: 0.68, 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 #CF7EE6 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 126 230 -
CMYK 0.10 0.45 0 0.10
HSL 286.73º 0.68% 0.7% -
HSV(B) 286.73º 0.45% 0.9% -
XYZ 47.48 33.9 78.9 -
YUV 162.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 207 126 230 0.10 0.45 0 0.10 286.73 0.68 0.7
Hex CF 7E E6 A 2D 0 A 11F 44 46
Octal 317 176 346 12 55 0 12 437 104 106
Binary 11001111 1111110 11100110 1010 101101 0 1010 100011111 1000100 1000110

Color Harmonies of #CF7EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7EE6

Black with #CF7EE6

Text Example


Text Example

White with #CF7EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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