Html Css Color HEX #C77DCD Orchid

📋 copy color: '#C77DCD'

red 199 ◦ green 125 ◦ blue 205

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

Shades of Orchid #C77DCD

Tints of Orchid #C77DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.63%

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

R = 37.62%
G = 23.63%
B = 38.75%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C77DCD (or 0xC77DCD) is known color: Orchid. HEX triplet: C7, 7D and CD. RGB value is (199,125,205). Sum of RGB (Red+Green+Blue) = 199+125+205=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #C77DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DCD is #388232. Grayscale: #9C9C9C. Windows color (decimal): -3703347 or 13467079. OLE color: 13467079.

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

Color convert

RGB 199 125 205 -
CMYK 0.03 0.39 0 0.20
HSL 295.5º 0.44% 0.65% -
HSV(B) 295.5º 0.39% 0.8% -
XYZ 41.91 31.22 61.57 -
YUV 156.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 199 125 205 0.03 0.39 0 0.20 295.5 0.44 0.65
Hex C7 7D CD 3 27 0 14 128 2C 41
Octal 307 175 315 3 47 0 24 450 54 101
Binary 11000111 1111101 11001101 11 100111 0 10100 100101000 101100 1000001

Color Harmonies of #C77DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77DCD

Black with #C77DCD

Text Example


Text Example

White with #C77DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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