Html Css Color HEX #CF6EF0 Heliotrope

📋 copy color: '#CF6EF0'

red 207 ◦ green 110 ◦ blue 240

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

Shades of Heliotrope #CF6EF0

Tints of Heliotrope #CF6EF0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.75%

 BLUE value IS 240 (94.14% from 255) = 43.09%

R = 37.16%
G = 19.75%
B = 43.09%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF6EF0 (or 0xCF6EF0) is known color: Heliotrope. HEX triplet: CF, 6E and F0. RGB value is (207,110,240). Sum of RGB (Red+Green+Blue) = 207+110+240=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF6EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6EF0 is #30910F. Grayscale: #999999. Windows color (decimal): -3182864 or 15757007. OLE color: 15757007.

HSL color Cylindrical-coordinate representation of color #CF6EF0: hue angle of 284.77º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6EF0 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 110 240 -
CMYK 0.14 0.54 0 0.06
HSL 284.77º 0.81% 0.69% -
HSV(B) 284.77º 0.54% 0.94% -
XYZ 47.04 30.71 85.89 -
YUV 153.82 176.64 165.93 -
System Red Green Blue C M Y K H S L
Decimal 207 110 240 0.14 0.54 0 0.06 284.77 0.81 0.69
Hex CF 6E F0 E 36 0 6 11D 51 45
Octal 317 156 360 16 66 0 6 435 121 105
Binary 11001111 1101110 11110000 1110 110110 0 110 100011101 1010001 1000101

Color Harmonies of #CF6EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EF0

Black with #CF6EF0

Text Example


Text Example

White with #CF6EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EF0; }

 p { color: rgb(207,110,240); }

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

background-color css

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

 a { background-color: rgb(207,110,240); }

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

border-color css

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

 span { border-color: rgb(207,110,240); }

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