Html Css Color HEX #CF5DFB Heliotrope

📋 copy color: '#CF5DFB'

red 207 ◦ green 93 ◦ blue 251

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

Shades of Heliotrope #CF5DFB

Tints of Heliotrope #CF5DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.88%

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

R = 37.57%
G = 16.88%
B = 45.55%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF5DFB (or 0xCF5DFB) is known color: Heliotrope. HEX triplet: CF, 5D and FB. RGB value is (207,93,251). Sum of RGB (Red+Green+Blue) = 207+93+251=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 93 (36.72% from 255 or 16.88% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF5DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5DFB is #30A204. Grayscale: #909090. Windows color (decimal): -3187205 or 16473551. OLE color: 16473551.

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

Color convert

RGB 207 93 251 -
CMYK 0.18 0.63 0 0.02
HSL 283.29º 0.95% 0.67% -
HSV(B) 283.29º 0.63% 0.98% -
XYZ 47.06 28.06 94.2 -
YUV 145.1 187.77 172.15 -
System Red Green Blue C M Y K H S L
Decimal 207 93 251 0.18 0.63 0 0.02 283.29 0.95 0.67
Hex CF 5D FB 12 3F 0 2 11B 5F 43
Octal 317 135 373 22 77 0 2 433 137 103
Binary 11001111 1011101 11111011 10010 111111 0 10 100011011 1011111 1000011

Color Harmonies of #CF5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5DFB

Black with #CF5DFB

Text Example


Text Example

White with #CF5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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