Html Css Color HEX #CF5CF9 Heliotrope

📋 copy color: '#CF5CF9'

red 207 ◦ green 92 ◦ blue 249

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

Shades of Heliotrope #CF5CF9

Tints of Heliotrope #CF5CF9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.79%

 BLUE value IS 249 (97.66% from 255) = 45.44%

R = 37.77%
G = 16.79%
B = 45.44%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF5CF9 (or 0xCF5CF9) is known color: Heliotrope. HEX triplet: CF, 5C and F9. RGB value is (207,92,249). Sum of RGB (Red+Green+Blue) = 207+92+249=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF5CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5CF9 is #30A306. Grayscale: #8F8F8F. Windows color (decimal): -3187463 or 16342223. OLE color: 16342223.

HSL color Cylindrical-coordinate representation of color #CF5CF9: hue angle of 283.95º degrees, saturation: 0.93, 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 #CF5CF9 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 92 249 -
CMYK 0.17 0.63 0 0.02
HSL 283.95º 0.93% 0.67% -
HSV(B) 283.95º 0.63% 0.98% -
XYZ 46.66 27.76 92.52 -
YUV 144.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 207 92 249 0.17 0.63 0 0.02 283.95 0.93 0.67
Hex CF 5C F9 11 3F 0 2 11C 5D 43
Octal 317 134 371 21 77 0 2 434 135 103
Binary 11001111 1011100 11111001 10001 111111 0 10 100011100 1011101 1000011

Color Harmonies of #CF5CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5CF9

Black with #CF5CF9

Text Example


Text Example

White with #CF5CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5CF9; }

 p { color: rgb(207,92,249); }

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

background-color css

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

 a { background-color: rgb(207,92,249); }

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

border-color css

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

 span { border-color: rgb(207,92,249); }

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