Html Css Color HEX #CF6DFB Heliotrope

📋 copy color: '#CF6DFB'

red 207 ◦ green 109 ◦ blue 251

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

Shades of Heliotrope #CF6DFB

Tints of Heliotrope #CF6DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.22%

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

R = 36.51%
G = 19.22%
B = 44.27%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF6DFB (or 0xCF6DFB) is known color: Heliotrope. HEX triplet: CF, 6D and FB. RGB value is (207,109,251). Sum of RGB (Red+Green+Blue) = 207+109+251=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 109 (42.97% from 255 or 19.22% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF6DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6DFB is #309204. Grayscale: #9A9A9A. Windows color (decimal): -3183109 or 16477647. OLE color: 16477647.

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

Color convert

RGB 207 109 251 -
CMYK 0.18 0.57 0 0.02
HSL 281.41º 0.95% 0.71% -
HSV(B) 281.41º 0.57% 0.98% -
XYZ 48.61 31.17 94.72 -
YUV 154.49 182.47 165.45 -
System Red Green Blue C M Y K H S L
Decimal 207 109 251 0.18 0.57 0 0.02 281.41 0.95 0.71
Hex CF 6D FB 12 39 0 2 119 5F 47
Octal 317 155 373 22 71 0 2 431 137 107
Binary 11001111 1101101 11111011 10010 111001 0 10 100011001 1011111 1000111

Color Harmonies of #CF6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DFB

Black with #CF6DFB

Text Example


Text Example

White with #CF6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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