Html Css Color HEX #C868FD Heliotrope

📋 copy color: '#C868FD'

red 200 ◦ green 104 ◦ blue 253

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

Shades of Heliotrope #C868FD

Tints of Heliotrope #C868FD

RGB

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

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

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

R = 35.91%
G = 18.67%
B = 45.42%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C868FD (or 0xC868FD) is known color: Heliotrope. HEX triplet: C8, 68 and FD. RGB value is (200,104,253). Sum of RGB (Red+Green+Blue) = 200+104+253=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #C868FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C868FD is #379702. Grayscale: #959595. Windows color (decimal): -3643139 or 16607432. OLE color: 16607432.

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

Color convert

RGB 200 104 253 -
CMYK 0.21 0.59 0 0.01
HSL 278.66º 0.97% 0.7% -
HSV(B) 278.66º 0.59% 0.99% -
XYZ 46.5 29.27 96.13 -
YUV 149.69 186.3 163.88 -
System Red Green Blue C M Y K H S L
Decimal 200 104 253 0.21 0.59 0 0.01 278.66 0.97 0.7
Hex C8 68 FD 15 3B 0 1 117 61 46
Octal 310 150 375 25 73 0 1 427 141 106
Binary 11001000 1101000 11111101 10101 111011 0 1 100010111 1100001 1000110

Color Harmonies of #C868FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868FD

Black with #C868FD

Text Example


Text Example

White with #C868FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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