Html Css Color HEX #CF63FA Heliotrope

📋 copy color: '#CF63FA'

red 207 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #CF63FA

Tints of Heliotrope #CF63FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 37.23%
G = 17.81%
B = 44.96%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF63FA (or 0xCF63FA) is known color: Heliotrope. HEX triplet: CF, 63 and FA. RGB value is (207,99,250). Sum of RGB (Red+Green+Blue) = 207+99+250=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 99 (39.06% from 255 or 17.81% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF63FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63FA is #309C05. Grayscale: #949494. Windows color (decimal): -3185670 or 16409551. OLE color: 16409551.

HSL color Cylindrical-coordinate representation of color #CF63FA: hue angle of 282.91º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF63FA is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 99 250 -
CMYK 0.17 0.60 0 0.02
HSL 282.91º 0.94% 0.68% -
HSV(B) 282.91º 0.6% 0.98% -
XYZ 47.45 29.09 93.56 -
YUV 148.51 185.28 169.72 -
System Red Green Blue C M Y K H S L
Decimal 207 99 250 0.17 0.60 0 0.02 282.91 0.94 0.68
Hex CF 63 FA 11 3C 0 2 11B 5E 44
Octal 317 143 372 21 74 0 2 433 136 104
Binary 11001111 1100011 11111010 10001 111100 0 10 100011011 1011110 1000100

Color Harmonies of #CF63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63FA

Black with #CF63FA

Text Example


Text Example

White with #CF63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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