Html Css Color HEX #CF6DF0 Heliotrope

📋 copy color: '#CF6DF0'

red 207 ◦ green 109 ◦ blue 240

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

Shades of Heliotrope #CF6DF0

Tints of Heliotrope #CF6DF0

RGB

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

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

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

R = 37.23%
G = 19.6%
B = 43.17%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF6DF0 (or 0xCF6DF0) is known color: Heliotrope. HEX triplet: CF, 6D and F0. RGB value is (207,109,240). Sum of RGB (Red+Green+Blue) = 207+109+240=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF6DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6DF0 is #30920F. Grayscale: #989898. Windows color (decimal): -3183120 or 15756751. OLE color: 15756751.

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

Color convert

RGB 207 109 240 -
CMYK 0.14 0.55 0 0.06
HSL 284.89º 0.81% 0.68% -
HSV(B) 284.89º 0.55% 0.94% -
XYZ 46.93 30.49 85.85 -
YUV 153.24 176.97 166.35 -
System Red Green Blue C M Y K H S L
Decimal 207 109 240 0.14 0.55 0 0.06 284.89 0.81 0.68
Hex CF 6D F0 E 37 0 6 11D 51 44
Octal 317 155 360 16 67 0 6 435 121 104
Binary 11001111 1101101 11110000 1110 110111 0 110 100011101 1010001 1000100

Color Harmonies of #CF6DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DF0

Black with #CF6DF0

Text Example


Text Example

White with #CF6DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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