Html Css Color HEX #CF63F6 Heliotrope

📋 copy color: '#CF63F6'

red 207 ◦ green 99 ◦ blue 246

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

Shades of Heliotrope #CF63F6

Tints of Heliotrope #CF63F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.57%

R = 37.5%
G = 17.93%
B = 44.57%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF63F6 (or 0xCF63F6) is known color: Heliotrope. HEX triplet: CF, 63 and F6. RGB value is (207,99,246). Sum of RGB (Red+Green+Blue) = 207+99+246=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF63F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63F6 is #309C09. Grayscale: #939393. Windows color (decimal): -3185674 or 16147407. OLE color: 16147407.

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

Color convert

RGB 207 99 246 -
CMYK 0.16 0.60 0 0.04
HSL 284.08º 0.89% 0.68% -
HSV(B) 284.08º 0.6% 0.96% -
XYZ 46.83 28.84 90.29 -
YUV 148.05 183.28 170.05 -
System Red Green Blue C M Y K H S L
Decimal 207 99 246 0.16 0.60 0 0.04 284.08 0.89 0.68
Hex CF 63 F6 10 3C 0 4 11C 59 44
Octal 317 143 366 20 74 0 4 434 131 104
Binary 11001111 1100011 11110110 10000 111100 0 100 100011100 1011001 1000100

Color Harmonies of #CF63F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63F6

Black with #CF63F6

Text Example


Text Example

White with #CF63F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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