Html Css Color HEX #C377CD Orchid

📋 copy color: '#C377CD'

red 195 ◦ green 119 ◦ blue 205

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

Shades of Orchid #C377CD

Tints of Orchid #C377CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 37.57%
G = 22.93%
B = 39.5%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C377CD (or 0xC377CD) is known color: Orchid. HEX triplet: C3, 77 and CD. RGB value is (195,119,205). Sum of RGB (Red+Green+Blue) = 195+119+205=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #C377CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377CD is #3C8832. Grayscale: #979797. Windows color (decimal): -3967027 or 13465539. OLE color: 13465539.

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

Color convert

RGB 195 119 205 -
CMYK 0.05 0.42 0 0.20
HSL 293.02º 0.46% 0.64% -
HSV(B) 293.02º 0.42% 0.8% -
XYZ 40.12 29.2 61.28 -
YUV 151.53 158.18 159.01 -
System Red Green Blue C M Y K H S L
Decimal 195 119 205 0.05 0.42 0 0.20 293.02 0.46 0.64
Hex C3 77 CD 5 2A 0 14 125 2E 40
Octal 303 167 315 5 52 0 24 445 56 100
Binary 11000011 1110111 11001101 101 101010 0 10100 100100101 101110 1000000

Color Harmonies of #C377CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C377CD

Black with #C377CD

Text Example


Text Example

White with #C377CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C377CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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