Html Css Color HEX #C377DA Orchid

📋 copy color: '#C377DA'

red 195 ◦ green 119 ◦ blue 218

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

Shades of Orchid #C377DA

Tints of Orchid #C377DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 36.65%
G = 22.37%
B = 40.98%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C377DA (or 0xC377DA) is known color: Orchid. HEX triplet: C3, 77 and DA. RGB value is (195,119,218). Sum of RGB (Red+Green+Blue) = 195+119+218=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #C377DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377DA is #3C8825. Grayscale: #989898. Windows color (decimal): -3967014 or 14317507. OLE color: 14317507.

HSL color Cylindrical-coordinate representation of color #C377DA: hue angle of 286.06º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C377DA is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 119 218 -
CMYK 0.11 0.45 0 0.15
HSL 286.06º 0.57% 0.66% -
HSV(B) 286.06º 0.45% 0.85% -
XYZ 41.76 29.86 69.89 -
YUV 153.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 195 119 218 0.11 0.45 0 0.15 286.06 0.57 0.66
Hex C3 77 DA B 2D 0 F 11E 39 42
Octal 303 167 332 13 55 0 17 436 71 102
Binary 11000011 1110111 11011010 1011 101101 0 1111 100011110 111001 1000010

Color Harmonies of #C377DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C377DA

Black with #C377DA

Text Example


Text Example

White with #C377DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C377DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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