Html Css Color HEX #C868F0 Heliotrope

📋 copy color: '#C868F0'

red 200 ◦ green 104 ◦ blue 240

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

Shades of Heliotrope #C868F0

Tints of Heliotrope #C868F0

RGB

 RED value IS 200 (78.52% from 255) = 36.76%

 GREEN value IS 104 (41.02% from 255) = 19.12%

 BLUE value IS 240 (94.14% from 255) = 44.12%

R = 36.76%
G = 19.12%
B = 44.12%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C868F0 (or 0xC868F0) is known color: Heliotrope. HEX triplet: C8, 68 and F0. RGB value is (200,104,240). Sum of RGB (Red+Green+Blue) = 200+104+240=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #C868F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C868F0 is #37970F. Grayscale: #939393. Windows color (decimal): -3643152 or 15755464. OLE color: 15755464.

HSL color Cylindrical-coordinate representation of color #C868F0: hue angle of 282.35º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C868F0 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 104 240 -
CMYK 0.17 0.57 0 0.06
HSL 282.35º 0.82% 0.67% -
HSV(B) 282.35º 0.57% 0.94% -
XYZ 44.5 28.47 85.59 -
YUV 148.21 179.8 164.94 -
System Red Green Blue C M Y K H S L
Decimal 200 104 240 0.17 0.57 0 0.06 282.35 0.82 0.67
Hex C8 68 F0 11 39 0 6 11A 52 43
Octal 310 150 360 21 71 0 6 432 122 103
Binary 11001000 1101000 11110000 10001 111001 0 110 100011010 1010010 1000011

Color Harmonies of #C868F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868F0

Black with #C868F0

Text Example


Text Example

White with #C868F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868F0; }

 p { color: rgb(200,104,240); }

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

background-color css

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

 a { background-color: rgb(200,104,240); }

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

border-color css

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

 span { border-color: rgb(200,104,240); }

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