Html Css Color HEX #CF6BF0 Heliotrope

📋 copy color: '#CF6BF0'

red 207 ◦ green 107 ◦ blue 240

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

Shades of Heliotrope #CF6BF0

Tints of Heliotrope #CF6BF0

RGB

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

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

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

R = 37.36%
G = 19.31%
B = 43.32%

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

#CF6BF0 (or 0xCF6BF0) is known color: Heliotrope. HEX triplet: CF, 6B and F0. RGB value is (207,107,240). Sum of RGB (Red+Green+Blue) = 207+107+240=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF6BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6BF0 is #30940F. Grayscale: #979797. Windows color (decimal): -3183632 or 15756239. OLE color: 15756239.

HSL color Cylindrical-coordinate representation of color #CF6BF0: hue angle of 285.11º degrees, saturation: 0.82, 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 #CF6BF0 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 107 240 -
CMYK 0.14 0.55 0 0.06
HSL 285.11º 0.82% 0.68% -
HSV(B) 285.11º 0.55% 0.94% -
XYZ 46.72 30.07 85.78 -
YUV 152.06 177.63 167.19 -
System Red Green Blue C M Y K H S L
Decimal 207 107 240 0.14 0.55 0 0.06 285.11 0.82 0.68
Hex CF 6B F0 E 37 0 6 11D 52 44
Octal 317 153 360 16 67 0 6 435 122 104
Binary 11001111 1101011 11110000 1110 110111 0 110 100011101 1010010 1000100

Color Harmonies of #CF6BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6BF0

Black with #CF6BF0

Text Example


Text Example

White with #CF6BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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