Html Css Color HEX #C377C3 Orchid

📋 copy color: '#C377C3'

red 195 ◦ green 119 ◦ blue 195

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

Shades of Orchid #C377C3

Tints of Orchid #C377C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.31%

R = 38.31%
G = 23.38%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C377C3 (or 0xC377C3) is known color: Orchid. HEX triplet: C3, 77 and C3. RGB value is (195,119,195). Sum of RGB (Red+Green+Blue) = 195+119+195=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C377C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377C3 is #3C883C. Grayscale: #969696. Windows color (decimal): -3967037 or 12810179. OLE color: 12810179.

HSL color Cylindrical-coordinate representation of color #C377C3: hue angle of 300º 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 #C377C3 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 119 195 -
CMYK 0 0.39 0 0.24
HSL 300º 0.39% 0.62% -
HSV(B) 300º 0.39% 0.76% -
XYZ 38.95 28.74 55.12 -
YUV 150.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 195 119 195 0 0.39 0 0.24 300 0.39 0.62
Hex C3 77 C3 0 27 0 18 12C 27 3E
Octal 303 167 303 0 47 0 30 454 47 76
Binary 11000011 1110111 11000011 0 100111 0 11000 100101100 100111 111110

Color Harmonies of #C377C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C377C3

Black with #C377C3

Text Example


Text Example

White with #C377C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C377C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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