Html Css Color HEX #C378BE Orchid

📋 copy color: '#C378BE'

red 195 ◦ green 120 ◦ blue 190

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

Shades of Orchid #C378BE

Tints of Orchid #C378BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 38.61%
G = 23.76%
B = 37.62%

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

#C378BE (or 0xC378BE) is known color: Orchid. HEX triplet: C3, 78 and BE. RGB value is (195,120,190). Sum of RGB (Red+Green+Blue) = 195+120+190=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C378BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378BE is #3C8741. Grayscale: #969696. Windows color (decimal): -3966786 or 12482755. OLE color: 12482755.

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

Color convert

RGB 195 120 190 -
CMYK 0 0.38 0.03 0.24
HSL 304º 0.38% 0.62% -
HSV(B) 304º 0.38% 0.76% -
XYZ 38.52 28.75 52.24 -
YUV 150.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 195 120 190 0 0.38 0.03 0.24 304 0.38 0.62
Hex C3 78 BE 0 26 3 18 130 26 3E
Octal 303 170 276 0 46 3 30 460 46 76
Binary 11000011 1111000 10111110 0 100110 11 11000 100110000 100110 111110

Color Harmonies of #C378BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378BE

Black with #C378BE

Text Example


Text Example

White with #C378BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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