Html Css Color HEX #CF6BF6 Heliotrope

📋 copy color: '#CF6BF6'

red 207 ◦ green 107 ◦ blue 246

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

Shades of Heliotrope #CF6BF6

Tints of Heliotrope #CF6BF6

RGB

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

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

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

R = 36.96%
G = 19.11%
B = 43.93%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF6BF6 (or 0xCF6BF6) is known color: Heliotrope. HEX triplet: CF, 6B and F6. RGB value is (207,107,246). Sum of RGB (Red+Green+Blue) = 207+107+246=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF6BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6BF6 is #309409. Grayscale: #989898. Windows color (decimal): -3183626 or 16149455. OLE color: 16149455.

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

Color convert

RGB 207 107 246 -
CMYK 0.16 0.57 0 0.04
HSL 283.17º 0.89% 0.69% -
HSV(B) 283.17º 0.57% 0.96% -
XYZ 47.62 30.43 90.55 -
YUV 152.75 180.63 166.7 -
System Red Green Blue C M Y K H S L
Decimal 207 107 246 0.16 0.57 0 0.04 283.17 0.89 0.69
Hex CF 6B F6 10 39 0 4 11B 59 45
Octal 317 153 366 20 71 0 4 433 131 105
Binary 11001111 1101011 11110110 10000 111001 0 100 100011011 1011001 1000101

Color Harmonies of #CF6BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6BF6

Black with #CF6BF6

Text Example


Text Example

White with #CF6BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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