Html Css Color HEX #C377CE Orchid

📋 copy color: '#C377CE'

red 195 ◦ green 119 ◦ blue 206

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

Shades of Orchid #C377CE

Tints of Orchid #C377CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 37.5%
G = 22.88%
B = 39.62%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C377CE (or 0xC377CE) is known color: Orchid. HEX triplet: C3, 77 and CE. RGB value is (195,119,206). Sum of RGB (Red+Green+Blue) = 195+119+206=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #C377CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377CE is #3C8831. Grayscale: #979797. Windows color (decimal): -3967026 or 13531075. OLE color: 13531075.

HSL color Cylindrical-coordinate representation of color #C377CE: hue angle of 292.41º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C377CE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 119 206 -
CMYK 0.05 0.42 0 0.19
HSL 292.41º 0.47% 0.64% -
HSV(B) 292.41º 0.42% 0.81% -
XYZ 40.24 29.25 61.92 -
YUV 151.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 195 119 206 0.05 0.42 0 0.19 292.41 0.47 0.64
Hex C3 77 CE 5 2A 0 13 124 2F 40
Octal 303 167 316 5 52 0 23 444 57 100
Binary 11000011 1110111 11001110 101 101010 0 10011 100100100 101111 1000000

Color Harmonies of #C377CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C377CE

Black with #C377CE

Text Example


Text Example

White with #C377CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C377CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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