Html Css Color HEX #C378BA Orchid

📋 copy color: '#C378BA'

red 195 ◦ green 120 ◦ blue 186

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

Shades of Orchid #C378BA

Tints of Orchid #C378BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 38.92%
G = 23.95%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C378BA (or 0xC378BA) is known color: Orchid. HEX triplet: C3, 78 and BA. RGB value is (195,120,186). Sum of RGB (Red+Green+Blue) = 195+120+186=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C378BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378BA is #3C8745. Grayscale: #959595. Windows color (decimal): -3966790 or 12220611. OLE color: 12220611.

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

Color convert

RGB 195 120 186 -
CMYK 0 0.38 0.05 0.24
HSL 307.2º 0.38% 0.62% -
HSV(B) 307.2º 0.38% 0.76% -
XYZ 38.09 28.58 49.96 -
YUV 149.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 195 120 186 0 0.38 0.05 0.24 307.2 0.38 0.62
Hex C3 78 BA 0 26 5 18 133 26 3E
Octal 303 170 272 0 46 5 30 463 46 76
Binary 11000011 1111000 10111010 0 100110 101 11000 100110011 100110 111110

Color Harmonies of #C378BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378BA

Black with #C378BA

Text Example


Text Example

White with #C378BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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