Html Css Color HEX #C874EB Heliotrope

📋 copy color: '#C874EB'

red 200 ◦ green 116 ◦ blue 235

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

Shades of Heliotrope #C874EB

Tints of Heliotrope #C874EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.05%

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 36.3%
G = 21.05%
B = 42.65%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C874EB (or 0xC874EB) is known color: Heliotrope. HEX triplet: C8, 74 and EB. RGB value is (200,116,235). Sum of RGB (Red+Green+Blue) = 200+116+235=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #C874EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874EB is #378B14. Grayscale: #9A9A9A. Windows color (decimal): -3640085 or 15430856. OLE color: 15430856.

HSL color Cylindrical-coordinate representation of color #C874EB: hue angle of 282.35º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C874EB is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 116 235 -
CMYK 0.15 0.51 0 0.08
HSL 282.35º 0.75% 0.69% -
HSV(B) 282.35º 0.51% 0.92% -
XYZ 45.06 30.77 82.16 -
YUV 154.68 173.33 160.32 -
System Red Green Blue C M Y K H S L
Decimal 200 116 235 0.15 0.51 0 0.08 282.35 0.75 0.69
Hex C8 74 EB F 33 0 8 11A 4B 45
Octal 310 164 353 17 63 0 10 432 113 105
Binary 11001000 1110100 11101011 1111 110011 0 1000 100011010 1001011 1000101

Color Harmonies of #C874EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874EB

Black with #C874EB

Text Example


Text Example

White with #C874EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874EB; }

 p { color: rgb(200,116,235); }

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

background-color css

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

 a { background-color: rgb(200,116,235); }

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

border-color css

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

 span { border-color: rgb(200,116,235); }

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