Html Css Color HEX #C376DA Orchid

📋 copy color: '#C376DA'

red 195 ◦ green 118 ◦ blue 218

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

Shades of Orchid #C376DA

Tints of Orchid #C376DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.22%

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

R = 36.72%
G = 22.22%
B = 41.05%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C376DA (or 0xC376DA) is known color: Orchid. HEX triplet: C3, 76 and DA. RGB value is (195,118,218). Sum of RGB (Red+Green+Blue) = 195+118+218=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #C376DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376DA is #3C8925. Grayscale: #989898. Windows color (decimal): -3967270 or 14317251. OLE color: 14317251.

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

Color convert

RGB 195 118 218 -
CMYK 0.11 0.46 0 0.15
HSL 286.2º 0.57% 0.66% -
HSV(B) 286.2º 0.46% 0.85% -
XYZ 41.64 29.62 69.85 -
YUV 152.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 195 118 218 0.11 0.46 0 0.15 286.2 0.57 0.66
Hex C3 76 DA B 2E 0 F 11E 39 42
Octal 303 166 332 13 56 0 17 436 71 102
Binary 11000011 1110110 11011010 1011 101110 0 1111 100011110 111001 1000010

Color Harmonies of #C376DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376DA

Black with #C376DA

Text Example


Text Example

White with #C376DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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