Html Css Color HEX #C374C0 Orchid

📋 copy color: '#C374C0'

red 195 ◦ green 116 ◦ blue 192

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

Shades of Orchid #C374C0

Tints of Orchid #C374C0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.06%

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 38.77%
G = 23.06%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C374C0 (or 0xC374C0) is known color: Orchid. HEX triplet: C3, 74 and C0. RGB value is (195,116,192). Sum of RGB (Red+Green+Blue) = 195+116+192=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C374C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374C0 is #3C8B3F. Grayscale: #949494. Windows color (decimal): -3967808 or 12612803. OLE color: 12612803.

HSL color Cylindrical-coordinate representation of color #C374C0: hue angle of 302.28º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C374C0 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 116 192 -
CMYK 0 0.41 0.02 0.24
HSL 302.28º 0.4% 0.61% -
HSV(B) 302.28º 0.41% 0.76% -
XYZ 38.27 27.9 53.24 -
YUV 148.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 195 116 192 0 0.41 0.02 0.24 302.28 0.4 0.61
Hex C3 74 C0 0 29 2 18 12E 28 3D
Octal 303 164 300 0 51 2 30 456 50 75
Binary 11000011 1110100 11000000 0 101001 10 11000 100101110 101000 111101

Color Harmonies of #C374C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374C0

Black with #C374C0

Text Example


Text Example

White with #C374C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374C0; }

 p { color: rgb(195,116,192); }

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

background-color css

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

 a { background-color: rgb(195,116,192); }

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

border-color css

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

 span { border-color: rgb(195,116,192); }

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