Html Css Color HEX #C76EE0 Orchid

📋 copy color: '#C76EE0'

red 199 ◦ green 110 ◦ blue 224

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

Shades of Orchid #C76EE0

Tints of Orchid #C76EE0

RGB

 RED value IS 199 (78.13% from 255) = 37.34%

 GREEN value IS 110 (43.36% from 255) = 20.64%

 BLUE value IS 224 (87.89% from 255) = 42.03%

R = 37.34%
G = 20.64%
B = 42.03%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C76EE0 (or 0xC76EE0) is known color: Orchid. HEX triplet: C7, 6E and E0. RGB value is (199,110,224). Sum of RGB (Red+Green+Blue) = 199+110+224=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #C76EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EE0 is #38911F. Grayscale: #959595. Windows color (decimal): -3707168 or 14708423. OLE color: 14708423.

HSL color Cylindrical-coordinate representation of color #C76EE0: hue angle of 286.84º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76EE0 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 110 224 -
CMYK 0.11 0.51 0 0.12
HSL 286.84º 0.65% 0.65% -
HSV(B) 286.84º 0.51% 0.88% -
XYZ 42.58 28.68 73.81 -
YUV 149.61 169.99 163.23 -
System Red Green Blue C M Y K H S L
Decimal 199 110 224 0.11 0.51 0 0.12 286.84 0.65 0.65
Hex C7 6E E0 B 33 0 C 11F 41 41
Octal 307 156 340 13 63 0 14 437 101 101
Binary 11000111 1101110 11100000 1011 110011 0 1100 100011111 1000001 1000001

Color Harmonies of #C76EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76EE0

Black with #C76EE0

Text Example


Text Example

White with #C76EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76EE0; }

 p { color: rgb(199,110,224); }

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

background-color css

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

 a { background-color: rgb(199,110,224); }

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

border-color css

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

 span { border-color: rgb(199,110,224); }

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