Html Css Color HEX #CF53F9 Heliotrope

📋 copy color: '#CF53F9'

red 207 ◦ green 83 ◦ blue 249

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

Shades of Heliotrope #CF53F9

Tints of Heliotrope #CF53F9

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.4%

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

R = 38.4%
G = 15.4%
B = 46.2%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF53F9 (or 0xCF53F9) is known color: Heliotrope. HEX triplet: CF, 53 and F9. RGB value is (207,83,249). Sum of RGB (Red+Green+Blue) = 207+83+249=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF53F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF53F9 is #30AC06. Grayscale: #8A8A8A. Windows color (decimal): -3189767 or 16339919. OLE color: 16339919.

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

Color convert

RGB 207 83 249 -
CMYK 0.17 0.67 0 0.02
HSL 284.82º 0.93% 0.65% -
HSV(B) 284.82º 0.67% 0.98% -
XYZ 45.92 26.29 92.28 -
YUV 139 190.08 176.5 -
System Red Green Blue C M Y K H S L
Decimal 207 83 249 0.17 0.67 0 0.02 284.82 0.93 0.65
Hex CF 53 F9 11 43 0 2 11D 5D 41
Octal 317 123 371 21 103 0 2 435 135 101
Binary 11001111 1010011 11111001 10001 1000011 0 10 100011101 1011101 1000001

Color Harmonies of #CF53F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53F9

Black with #CF53F9

Text Example


Text Example

White with #CF53F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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