Html Css Color HEX #C76CD2 Orchid

📋 copy color: '#C76CD2'

red 199 ◦ green 108 ◦ blue 210

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

Shades of Orchid #C76CD2

Tints of Orchid #C76CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.62%

R = 38.49%
G = 20.89%
B = 40.62%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C76CD2 (or 0xC76CD2) is known color: Orchid. HEX triplet: C7, 6C and D2. RGB value is (199,108,210). Sum of RGB (Red+Green+Blue) = 199+108+210=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 210 - color contains mainly: blue. Hex color #C76CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CD2 is #38932D. Grayscale: #929292. Windows color (decimal): -3707694 or 13790407. OLE color: 13790407.

HSL color Cylindrical-coordinate representation of color #C76CD2: hue angle of 293.53º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76CD2 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 108 210 -
CMYK 0.05 0.49 0 0.18
HSL 293.53º 0.53% 0.62% -
HSV(B) 293.53º 0.49% 0.82% -
XYZ 40.55 27.52 64.15 -
YUV 146.84 163.65 165.21 -
System Red Green Blue C M Y K H S L
Decimal 199 108 210 0.05 0.49 0 0.18 293.53 0.53 0.62
Hex C7 6C D2 5 31 0 12 126 35 3E
Octal 307 154 322 5 61 0 22 446 65 76
Binary 11000111 1101100 11010010 101 110001 0 10010 100100110 110101 111110

Color Harmonies of #C76CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76CD2

Black with #C76CD2

Text Example


Text Example

White with #C76CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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