Html Css Color HEX #CF6AF0 Heliotrope

📋 copy color: '#CF6AF0'

red 207 ◦ green 106 ◦ blue 240

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

Shades of Heliotrope #CF6AF0

Tints of Heliotrope #CF6AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.17%

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

R = 37.43%
G = 19.17%
B = 43.4%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF6AF0 (or 0xCF6AF0) is known color: Heliotrope. HEX triplet: CF, 6A and F0. RGB value is (207,106,240). Sum of RGB (Red+Green+Blue) = 207+106+240=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF6AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6AF0 is #30950F. Grayscale: #979797. Windows color (decimal): -3183888 or 15755983. OLE color: 15755983.

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

Color convert

RGB 207 106 240 -
CMYK 0.14 0.56 0 0.06
HSL 285.22º 0.82% 0.68% -
HSV(B) 285.22º 0.56% 0.94% -
XYZ 46.61 29.86 85.75 -
YUV 151.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 207 106 240 0.14 0.56 0 0.06 285.22 0.82 0.68
Hex CF 6A F0 E 38 0 6 11D 52 44
Octal 317 152 360 16 70 0 6 435 122 104
Binary 11001111 1101010 11110000 1110 111000 0 110 100011101 1010010 1000100

Color Harmonies of #CF6AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6AF0

Black with #CF6AF0

Text Example


Text Example

White with #CF6AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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