Html Css Color HEX #CF63F2 Heliotrope

📋 copy color: '#CF63F2'

red 207 ◦ green 99 ◦ blue 242

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

Shades of Heliotrope #CF63F2

Tints of Heliotrope #CF63F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.16%

R = 37.77%
G = 18.07%
B = 44.16%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF63F2 (or 0xCF63F2) is known color: Heliotrope. HEX triplet: CF, 63 and F2. RGB value is (207,99,242). Sum of RGB (Red+Green+Blue) = 207+99+242=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF63F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63F2 is #309C0D. Grayscale: #939393. Windows color (decimal): -3185678 or 15885263. OLE color: 15885263.

HSL color Cylindrical-coordinate representation of color #CF63F2: hue angle of 285.31º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF63F2 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 99 242 -
CMYK 0.14 0.59 0 0.05
HSL 285.31º 0.85% 0.67% -
HSV(B) 285.31º 0.59% 0.95% -
XYZ 46.22 28.6 87.09 -
YUV 147.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 207 99 242 0.14 0.59 0 0.05 285.31 0.85 0.67
Hex CF 63 F2 E 3B 0 5 11D 55 43
Octal 317 143 362 16 73 0 5 435 125 103
Binary 11001111 1100011 11110010 1110 111011 0 101 100011101 1010101 1000011

Color Harmonies of #CF63F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63F2

Black with #CF63F2

Text Example


Text Example

White with #CF63F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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