Html Css Color HEX #C76ACD Orchid

📋 copy color: '#C76ACD'

red 199 ◦ green 106 ◦ blue 205

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

Shades of Orchid #C76ACD

Tints of Orchid #C76ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.78%

 BLUE value IS 205 (80.47% from 255) = 40.2%

R = 39.02%
G = 20.78%
B = 40.2%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C76ACD (or 0xC76ACD) is known color: Orchid. HEX triplet: C7, 6A and CD. RGB value is (199,106,205). Sum of RGB (Red+Green+Blue) = 199+106+205=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #C76ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ACD is #389532. Grayscale: #909090. Windows color (decimal): -3708211 or 13462215. OLE color: 13462215.

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

Color convert

RGB 199 106 205 -
CMYK 0.03 0.48 0 0.20
HSL 296.36º 0.5% 0.61% -
HSV(B) 296.36º 0.48% 0.8% -
XYZ 39.73 26.86 60.85 -
YUV 145.09 161.81 166.45 -
System Red Green Blue C M Y K H S L
Decimal 199 106 205 0.03 0.48 0 0.20 296.36 0.5 0.61
Hex C7 6A CD 3 30 0 14 128 32 3D
Octal 307 152 315 3 60 0 24 450 62 75
Binary 11000111 1101010 11001101 11 110000 0 10100 100101000 110010 111101

Color Harmonies of #C76ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76ACD

Black with #C76ACD

Text Example


Text Example

White with #C76ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76ACD; }

 p { color: rgb(199,106,205); }

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

background-color css

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

 a { background-color: rgb(199,106,205); }

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

border-color css

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

 span { border-color: rgb(199,106,205); }

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