Html Css Color HEX #C377C1 Orchid

📋 copy color: '#C377C1'

red 195 ◦ green 119 ◦ blue 193

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

Shades of Orchid #C377C1

Tints of Orchid #C377C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.07%

R = 38.46%
G = 23.47%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C377C1 (or 0xC377C1) is known color: Orchid. HEX triplet: C3, 77 and C1. RGB value is (195,119,193). Sum of RGB (Red+Green+Blue) = 195+119+193=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C377C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377C1 is #3C883E. Grayscale: #959595. Windows color (decimal): -3967039 or 12679107. OLE color: 12679107.

HSL color Cylindrical-coordinate representation of color #C377C1: hue angle of 301.58º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C377C1 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 119 193 -
CMYK 0 0.39 0.01 0.24
HSL 301.58º 0.39% 0.62% -
HSV(B) 301.58º 0.39% 0.76% -
XYZ 38.73 28.65 53.94 -
YUV 150.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 195 119 193 0 0.39 0.01 0.24 301.58 0.39 0.62
Hex C3 77 C1 0 27 1 18 12E 27 3E
Octal 303 167 301 0 47 1 30 456 47 76
Binary 11000011 1110111 11000001 0 100111 1 11000 100101110 100111 111110

Color Harmonies of #C377C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C377C1

Black with #C377C1

Text Example


Text Example

White with #C377C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C377C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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