Html Css Color HEX #CF6DF6 Heliotrope

📋 copy color: '#CF6DF6'

red 207 ◦ green 109 ◦ blue 246

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

Shades of Heliotrope #CF6DF6

Tints of Heliotrope #CF6DF6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.4%

 BLUE value IS 246 (96.48% from 255) = 43.77%

R = 36.83%
G = 19.4%
B = 43.77%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF6DF6 (or 0xCF6DF6) is known color: Heliotrope. HEX triplet: CF, 6D and F6. RGB value is (207,109,246). Sum of RGB (Red+Green+Blue) = 207+109+246=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF6DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6DF6 is #309209. Grayscale: #999999. Windows color (decimal): -3183114 or 16149967. OLE color: 16149967.

HSL color Cylindrical-coordinate representation of color #CF6DF6: hue angle of 282.92º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6DF6 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 109 246 -
CMYK 0.16 0.56 0 0.04
HSL 282.92º 0.88% 0.7% -
HSV(B) 282.92º 0.56% 0.96% -
XYZ 47.84 30.86 90.62 -
YUV 153.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 207 109 246 0.16 0.56 0 0.04 282.92 0.88 0.7
Hex CF 6D F6 10 38 0 4 11B 58 46
Octal 317 155 366 20 70 0 4 433 130 106
Binary 11001111 1101101 11110110 10000 111000 0 100 100011011 1011000 1000110

Color Harmonies of #CF6DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DF6

Black with #CF6DF6

Text Example


Text Example

White with #CF6DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DF6; }

 p { color: rgb(207,109,246); }

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

background-color css

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

 a { background-color: rgb(207,109,246); }

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

border-color css

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

 span { border-color: rgb(207,109,246); }

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