Html Css Color HEX #C378BD Orchid

📋 copy color: '#C378BD'

red 195 ◦ green 120 ◦ blue 189

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

Shades of Orchid #C378BD

Tints of Orchid #C378BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.5%

R = 38.69%
G = 23.81%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C378BD (or 0xC378BD) is known color: Orchid. HEX triplet: C3, 78 and BD. RGB value is (195,120,189). Sum of RGB (Red+Green+Blue) = 195+120+189=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C378BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378BD is #3C8742. Grayscale: #969696. Windows color (decimal): -3966787 or 12417219. OLE color: 12417219.

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

Color convert

RGB 195 120 189 -
CMYK 0 0.38 0.03 0.24
HSL 304.8º 0.38% 0.62% -
HSV(B) 304.8º 0.38% 0.76% -
XYZ 38.41 28.71 51.66 -
YUV 150.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 195 120 189 0 0.38 0.03 0.24 304.8 0.38 0.62
Hex C3 78 BD 0 26 3 18 131 26 3E
Octal 303 170 275 0 46 3 30 461 46 76
Binary 11000011 1111000 10111101 0 100110 11 11000 100110001 100110 111110

Color Harmonies of #C378BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378BD

Black with #C378BD

Text Example


Text Example

White with #C378BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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