Html Css Color HEX #C378C0 Orchid

📋 copy color: '#C378C0'

red 195 ◦ green 120 ◦ blue 192

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

Shades of Orchid #C378C0

Tints of Orchid #C378C0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.67%

 BLUE value IS 192 (75.39% from 255) = 37.87%

R = 38.46%
G = 23.67%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C378C0 (or 0xC378C0) is known color: Orchid. HEX triplet: C3, 78 and C0. RGB value is (195,120,192). Sum of RGB (Red+Green+Blue) = 195+120+192=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C378C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378C0 is #3C873F. Grayscale: #969696. Windows color (decimal): -3966784 or 12613827. OLE color: 12613827.

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

Color convert

RGB 195 120 192 -
CMYK 0 0.38 0.02 0.24
HSL 302.4º 0.38% 0.62% -
HSV(B) 302.4º 0.38% 0.76% -
XYZ 38.74 28.84 53.39 -
YUV 150.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 195 120 192 0 0.38 0.02 0.24 302.4 0.38 0.62
Hex C3 78 C0 0 26 2 18 12E 26 3E
Octal 303 170 300 0 46 2 30 456 46 76
Binary 11000011 1111000 11000000 0 100110 10 11000 100101110 100110 111110

Color Harmonies of #C378C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378C0

Black with #C378C0

Text Example


Text Example

White with #C378C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378C0; }

 p { color: rgb(195,120,192); }

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

background-color css

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

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

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

border-color css

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

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

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