Html Css Color HEX #CF6EFB Heliotrope

📋 copy color: '#CF6EFB'

red 207 ◦ green 110 ◦ blue 251

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

Shades of Heliotrope #CF6EFB

Tints of Heliotrope #CF6EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.37%

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 36.44%
G = 19.37%
B = 44.19%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF6EFB (or 0xCF6EFB) is known color: Heliotrope. HEX triplet: CF, 6E and FB. RGB value is (207,110,251). Sum of RGB (Red+Green+Blue) = 207+110+251=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF6EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6EFB is #309104. Grayscale: #9A9A9A. Windows color (decimal): -3182853 or 16477903. OLE color: 16477903.

HSL color Cylindrical-coordinate representation of color #CF6EFB: hue angle of 281.28º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6EFB is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 110 251 -
CMYK 0.18 0.56 0 0.02
HSL 281.28º 0.95% 0.71% -
HSV(B) 281.28º 0.56% 0.98% -
XYZ 48.72 31.38 94.76 -
YUV 155.08 182.14 165.04 -
System Red Green Blue C M Y K H S L
Decimal 207 110 251 0.18 0.56 0 0.02 281.28 0.95 0.71
Hex CF 6E FB 12 38 0 2 119 5F 47
Octal 317 156 373 22 70 0 2 431 137 107
Binary 11001111 1101110 11111011 10010 111000 0 10 100011001 1011111 1000111

Color Harmonies of #CF6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EFB

Black with #CF6EFB

Text Example


Text Example

White with #CF6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EFB; }

 p { color: rgb(207,110,251); }

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

background-color css

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

 a { background-color: rgb(207,110,251); }

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

border-color css

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

 span { border-color: rgb(207,110,251); }

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