Html Css Color HEX #CF63F7 Heliotrope

📋 copy color: '#CF63F7'

red 207 ◦ green 99 ◦ blue 247

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

Shades of Heliotrope #CF63F7

Tints of Heliotrope #CF63F7

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.9%

 BLUE value IS 247 (96.88% from 255) = 44.67%

R = 37.43%
G = 17.9%
B = 44.67%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CF63F7 (or 0xCF63F7) is known color: Heliotrope. HEX triplet: CF, 63 and F7. RGB value is (207,99,247). Sum of RGB (Red+Green+Blue) = 207+99+247=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF63F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63F7 is #309C08. Grayscale: #939393. Windows color (decimal): -3185673 or 16212943. OLE color: 16212943.

HSL color Cylindrical-coordinate representation of color #CF63F7: hue angle of 283.78º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF63F7 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 99 247 -
CMYK 0.16 0.60 0 0.03
HSL 283.78º 0.9% 0.68% -
HSV(B) 283.78º 0.6% 0.97% -
XYZ 46.98 28.9 91.1 -
YUV 148.16 183.78 169.97 -
System Red Green Blue C M Y K H S L
Decimal 207 99 247 0.16 0.60 0 0.03 283.78 0.9 0.68
Hex CF 63 F7 10 3C 0 3 11C 5A 44
Octal 317 143 367 20 74 0 3 434 132 104
Binary 11001111 1100011 11110111 10000 111100 0 11 100011100 1011010 1000100

Color Harmonies of #CF63F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63F7

Black with #CF63F7

Text Example


Text Example

White with #CF63F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63F7; }

 p { color: rgb(207,99,247); }

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

background-color css

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

 a { background-color: rgb(207,99,247); }

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

border-color css

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

 span { border-color: rgb(207,99,247); }

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