Html Css Color HEX #CF63FD Heliotrope

📋 copy color: '#CF63FD'

red 207 ◦ green 99 ◦ blue 253

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

Shades of Heliotrope #CF63FD

Tints of Heliotrope #CF63FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 37.03%
G = 17.71%
B = 45.26%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF63FD (or 0xCF63FD) is known color: Heliotrope. HEX triplet: CF, 63 and FD. RGB value is (207,99,253). Sum of RGB (Red+Green+Blue) = 207+99+253=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 99 (39.06% from 255 or 17.71% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF63FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63FD is #309C02. Grayscale: #949494. Windows color (decimal): -3185667 or 16606159. OLE color: 16606159.

HSL color Cylindrical-coordinate representation of color #CF63FD: hue angle of 282.08º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF63FD is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 99 253 -
CMYK 0.18 0.61 0 0.01
HSL 282.08º 0.97% 0.69% -
HSV(B) 282.08º 0.61% 0.99% -
XYZ 47.92 29.28 96.05 -
YUV 148.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 207 99 253 0.18 0.61 0 0.01 282.08 0.97 0.69
Hex CF 63 FD 12 3D 0 1 11A 61 45
Octal 317 143 375 22 75 0 1 432 141 105
Binary 11001111 1100011 11111101 10010 111101 0 1 100011010 1100001 1000101

Color Harmonies of #CF63FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63FD

Black with #CF63FD

Text Example


Text Example

White with #CF63FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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