Html Css Color HEX #C376DD Orchid

📋 copy color: '#C376DD'

red 195 ◦ green 118 ◦ blue 221

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

Shades of Orchid #C376DD

Tints of Orchid #C376DD

RGB

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

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

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

R = 36.52%
G = 22.1%
B = 41.39%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C376DD (or 0xC376DD) is known color: Orchid. HEX triplet: C3, 76 and DD. RGB value is (195,118,221). Sum of RGB (Red+Green+Blue) = 195+118+221=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #C376DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376DD is #3C8922. Grayscale: #989898. Windows color (decimal): -3967267 or 14513859. OLE color: 14513859.

HSL color Cylindrical-coordinate representation of color #C376DD: hue angle of 284.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C376DD is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 118 221 -
CMYK 0.12 0.47 0 0.13
HSL 284.85º 0.6% 0.66% -
HSV(B) 284.85º 0.47% 0.87% -
XYZ 42.04 29.78 71.94 -
YUV 152.77 166.51 158.12 -
System Red Green Blue C M Y K H S L
Decimal 195 118 221 0.12 0.47 0 0.13 284.85 0.6 0.66
Hex C3 76 DD C 2F 0 D 11D 3C 42
Octal 303 166 335 14 57 0 15 435 74 102
Binary 11000011 1110110 11011101 1100 101111 0 1101 100011101 111100 1000010

Color Harmonies of #C376DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376DD

Black with #C376DD

Text Example


Text Example

White with #C376DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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