Html Css Color HEX #C377D6 Orchid

📋 copy color: '#C377D6'

red 195 ◦ green 119 ◦ blue 214

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

Shades of Orchid #C377D6

Tints of Orchid #C377D6

RGB

 RED value IS 195 (76.56% from 255) = 36.93%

 GREEN value IS 119 (46.88% from 255) = 22.54%

 BLUE value IS 214 (83.98% from 255) = 40.53%

R = 36.93%
G = 22.54%
B = 40.53%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C377D6 (or 0xC377D6) is known color: Orchid. HEX triplet: C3, 77 and D6. RGB value is (195,119,214). Sum of RGB (Red+Green+Blue) = 195+119+214=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #C377D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377D6 is #3C8829. Grayscale: #989898. Windows color (decimal): -3967018 or 14055363. OLE color: 14055363.

HSL color Cylindrical-coordinate representation of color #C377D6: hue angle of 288º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C377D6 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 119 214 -
CMYK 0.09 0.44 0 0.16
HSL 288º 0.54% 0.65% -
HSV(B) 288º 0.44% 0.84% -
XYZ 41.24 29.65 67.17 -
YUV 152.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 195 119 214 0.09 0.44 0 0.16 288 0.54 0.65
Hex C3 77 D6 9 2C 0 10 120 36 41
Octal 303 167 326 11 54 0 20 440 66 101
Binary 11000011 1110111 11010110 1001 101100 0 10000 100100000 110110 1000001

Color Harmonies of #C377D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C377D6

Black with #C377D6

Text Example


Text Example

White with #C377D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C377D6; }

 p { color: rgb(195,119,214); }

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

background-color css

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

 a { background-color: rgb(195,119,214); }

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

border-color css

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

 span { border-color: rgb(195,119,214); }

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