Html Css Color HEX #C377C6 Orchid

📋 copy color: '#C377C6'

red 195 ◦ green 119 ◦ blue 198

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

Shades of Orchid #C377C6

Tints of Orchid #C377C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.67%

R = 38.09%
G = 23.24%
B = 38.67%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C377C6 (or 0xC377C6) is known color: Orchid. HEX triplet: C3, 77 and C6. RGB value is (195,119,198). Sum of RGB (Red+Green+Blue) = 195+119+198=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #C377C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377C6 is #3C8839. Grayscale: #969696. Windows color (decimal): -3967034 or 13006787. OLE color: 13006787.

HSL color Cylindrical-coordinate representation of color #C377C6: hue angle of 297.72º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C377C6 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 119 198 -
CMYK 0.02 0.40 0 0.22
HSL 297.72º 0.41% 0.62% -
HSV(B) 297.72º 0.4% 0.78% -
XYZ 39.3 28.87 56.93 -
YUV 150.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 195 119 198 0.02 0.40 0 0.22 297.72 0.41 0.62
Hex C3 77 C6 2 28 0 16 12A 29 3E
Octal 303 167 306 2 50 0 26 452 51 76
Binary 11000011 1110111 11000110 10 101000 0 10110 100101010 101001 111110

Color Harmonies of #C377C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C377C6

Black with #C377C6

Text Example


Text Example

White with #C377C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C377C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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