Html Css Color HEX #CF6BF9 Heliotrope

📋 copy color: '#CF6BF9'

red 207 ◦ green 107 ◦ blue 249

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

Shades of Heliotrope #CF6BF9

Tints of Heliotrope #CF6BF9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.01%

 BLUE value IS 249 (97.66% from 255) = 44.23%

R = 36.77%
G = 19.01%
B = 44.23%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF6BF9 (or 0xCF6BF9) is known color: Heliotrope. HEX triplet: CF, 6B and F9. RGB value is (207,107,249). Sum of RGB (Red+Green+Blue) = 207+107+249=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF6BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6BF9 is #309406. Grayscale: #989898. Windows color (decimal): -3183623 or 16346063. OLE color: 16346063.

HSL color Cylindrical-coordinate representation of color #CF6BF9: hue angle of 282.25º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6BF9 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 107 249 -
CMYK 0.17 0.57 0 0.02
HSL 282.25º 0.92% 0.7% -
HSV(B) 282.25º 0.57% 0.98% -
XYZ 48.09 30.62 93 -
YUV 153.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 207 107 249 0.17 0.57 0 0.02 282.25 0.92 0.7
Hex CF 6B F9 11 39 0 2 11A 5C 46
Octal 317 153 371 21 71 0 2 432 134 106
Binary 11001111 1101011 11111001 10001 111001 0 10 100011010 1011100 1000110

Color Harmonies of #CF6BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6BF9

Black with #CF6BF9

Text Example


Text Example

White with #CF6BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6BF9; }

 p { color: rgb(207,107,249); }

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

background-color css

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

 a { background-color: rgb(207,107,249); }

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

border-color css

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

 span { border-color: rgb(207,107,249); }

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