Html Css Color HEX #C76CCE Orchid

📋 copy color: '#C76CCE'

red 199 ◦ green 108 ◦ blue 206

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

Shades of Orchid #C76CCE

Tints of Orchid #C76CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.05%

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 38.79%
G = 21.05%
B = 40.16%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C76CCE (or 0xC76CCE) is known color: Orchid. HEX triplet: C7, 6C and CE. RGB value is (199,108,206). Sum of RGB (Red+Green+Blue) = 199+108+206=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #C76CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CCE is #389331. Grayscale: #929292. Windows color (decimal): -3707698 or 13528263. OLE color: 13528263.

HSL color Cylindrical-coordinate representation of color #C76CCE: hue angle of 295.71º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76CCE is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 108 206 -
CMYK 0.03 0.48 0 0.19
HSL 295.71º 0.5% 0.62% -
HSV(B) 295.71º 0.48% 0.81% -
XYZ 40.06 27.32 61.56 -
YUV 146.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 199 108 206 0.03 0.48 0 0.19 295.71 0.5 0.62
Hex C7 6C CE 3 30 0 13 128 32 3E
Octal 307 154 316 3 60 0 23 450 62 76
Binary 11000111 1101100 11001110 11 110000 0 10011 100101000 110010 111110

Color Harmonies of #C76CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76CCE

Black with #C76CCE

Text Example


Text Example

White with #C76CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76CCE; }

 p { color: rgb(199,108,206); }

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

background-color css

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

 a { background-color: rgb(199,108,206); }

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

border-color css

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

 span { border-color: rgb(199,108,206); }

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