Html Css Color HEX #C376DE Orchid

📋 copy color: '#C376DE'

red 195 ◦ green 118 ◦ blue 222

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

Shades of Orchid #C376DE

Tints of Orchid #C376DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 36.45%
G = 22.06%
B = 41.5%

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

#C376DE (or 0xC376DE) is known color: Orchid. HEX triplet: C3, 76 and DE. RGB value is (195,118,222). Sum of RGB (Red+Green+Blue) = 195+118+222=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #C376DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376DE is #3C8921. Grayscale: #989898. Windows color (decimal): -3967266 or 14579395. OLE color: 14579395.

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

Color convert

RGB 195 118 222 -
CMYK 0.12 0.47 0 0.13
HSL 284.42º 0.61% 0.67% -
HSV(B) 284.42º 0.47% 0.87% -
XYZ 42.17 29.83 72.64 -
YUV 152.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 195 118 222 0.12 0.47 0 0.13 284.42 0.61 0.67
Hex C3 76 DE C 2F 0 D 11C 3D 43
Octal 303 166 336 14 57 0 15 434 75 103
Binary 11000011 1110110 11011110 1100 101111 0 1101 100011100 111101 1000011

Color Harmonies of #C376DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376DE

Black with #C376DE

Text Example


Text Example

White with #C376DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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