Html Css Color HEX #C378E2 Orchid

📋 copy color: '#C378E2'

red 195 ◦ green 120 ◦ blue 226

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

Shades of Orchid #C378E2

Tints of Orchid #C378E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.77%

R = 36.04%
G = 22.18%
B = 41.77%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C378E2 (or 0xC378E2) is known color: Orchid. HEX triplet: C3, 78 and E2. RGB value is (195,120,226). Sum of RGB (Red+Green+Blue) = 195+120+226=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #C378E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378E2 is #3C871D. Grayscale: #9A9A9A. Windows color (decimal): -3966750 or 14842051. OLE color: 14842051.

HSL color Cylindrical-coordinate representation of color #C378E2: hue angle of 282.45º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C378E2 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 120 226 -
CMYK 0.14 0.47 0 0.11
HSL 282.45º 0.65% 0.68% -
HSV(B) 282.45º 0.47% 0.89% -
XYZ 42.95 30.53 75.58 -
YUV 154.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 195 120 226 0.14 0.47 0 0.11 282.45 0.65 0.68
Hex C3 78 E2 E 2F 0 B 11A 41 44
Octal 303 170 342 16 57 0 13 432 101 104
Binary 11000011 1111000 11100010 1110 101111 0 1011 100011010 1000001 1000100

Color Harmonies of #C378E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378E2

Black with #C378E2

Text Example


Text Example

White with #C378E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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