Html Css Color HEX #C76DDD Orchid

📋 copy color: '#C76DDD'

red 199 ◦ green 109 ◦ blue 221

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

Shades of Orchid #C76DDD

Tints of Orchid #C76DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.6%

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 37.62%
G = 20.6%
B = 41.78%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C76DDD (or 0xC76DDD) is known color: Orchid. HEX triplet: C7, 6D and DD. RGB value is (199,109,221). Sum of RGB (Red+Green+Blue) = 199+109+221=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #C76DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DDD is #389222. Grayscale: #949494. Windows color (decimal): -3707427 or 14511559. OLE color: 14511559.

HSL color Cylindrical-coordinate representation of color #C76DDD: hue angle of 288.21º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76DDD is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 109 221 -
CMYK 0.10 0.51 0 0.13
HSL 288.21º 0.62% 0.65% -
HSV(B) 288.21º 0.51% 0.87% -
XYZ 42.07 28.3 71.65 -
YUV 148.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 199 109 221 0.10 0.51 0 0.13 288.21 0.62 0.65
Hex C7 6D DD A 33 0 D 120 3E 41
Octal 307 155 335 12 63 0 15 440 76 101
Binary 11000111 1101101 11011101 1010 110011 0 1101 100100000 111110 1000001

Color Harmonies of #C76DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76DDD

Black with #C76DDD

Text Example


Text Example

White with #C76DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76DDD; }

 p { color: rgb(199,109,221); }

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

background-color css

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

 a { background-color: rgb(199,109,221); }

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

border-color css

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

 span { border-color: rgb(199,109,221); }

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