Html Css Color HEX #C378D7 Orchid

📋 copy color: '#C378D7'

red 195 ◦ green 120 ◦ blue 215

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

Shades of Orchid #C378D7

Tints of Orchid #C378D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.57%

R = 36.79%
G = 22.64%
B = 40.57%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C378D7 (or 0xC378D7) is known color: Orchid. HEX triplet: C3, 78 and D7. RGB value is (195,120,215). Sum of RGB (Red+Green+Blue) = 195+120+215=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #C378D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378D7 is #3C8728. Grayscale: #989898. Windows color (decimal): -3966761 or 14121155. OLE color: 14121155.

HSL color Cylindrical-coordinate representation of color #C378D7: hue angle of 287.37º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C378D7 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 120 215 -
CMYK 0.09 0.44 0 0.16
HSL 287.37º 0.54% 0.66% -
HSV(B) 287.37º 0.44% 0.84% -
XYZ 41.49 29.94 67.88 -
YUV 153.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 195 120 215 0.09 0.44 0 0.16 287.37 0.54 0.66
Hex C3 78 D7 9 2C 0 10 11F 36 42
Octal 303 170 327 11 54 0 20 437 66 102
Binary 11000011 1111000 11010111 1001 101100 0 10000 100011111 110110 1000010

Color Harmonies of #C378D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378D7

Black with #C378D7

Text Example


Text Example

White with #C378D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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