Html Css Color HEX #CF63FE Heliotrope

📋 copy color: '#CF63FE'

red 207 ◦ green 99 ◦ blue 254

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

Shades of Heliotrope #CF63FE

Tints of Heliotrope #CF63FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 36.96%
G = 17.68%
B = 45.36%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CF63FE (or 0xCF63FE) is known color: Heliotrope. HEX triplet: CF, 63 and FE. RGB value is (207,99,254). Sum of RGB (Red+Green+Blue) = 207+99+254=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF63FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63FE is #309C01. Grayscale: #949494. Windows color (decimal): -3185666 or 16671695. OLE color: 16671695.

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

Color convert

RGB 207 99 254 -
CMYK 0.19 0.61 0 0.00
HSL 281.81º 0.99% 0.69% -
HSV(B) 281.81º 0.61% 1% -
XYZ 48.08 29.34 96.9 -
YUV 148.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 207 99 254 0.19 0.61 0 0.00 281.81 0.99 0.69
Hex CF 63 FE 13 3D 0 0 11A 63 45
Octal 317 143 376 23 75 0 0 432 143 105
Binary 11001111 1100011 11111110 10011 111101 0 0 100011010 1100011 1000101

Color Harmonies of #CF63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63FE

Black with #CF63FE

Text Example


Text Example

White with #CF63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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