Html Css Color HEX #C375DC Orchid

📋 copy color: '#C375DC'

red 195 ◦ green 117 ◦ blue 220

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

Shades of Orchid #C375DC

Tints of Orchid #C375DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.99%

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 36.65%
G = 21.99%
B = 41.35%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C375DC (or 0xC375DC) is known color: Orchid. HEX triplet: C3, 75 and DC. RGB value is (195,117,220). Sum of RGB (Red+Green+Blue) = 195+117+220=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #C375DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375DC is #3C8A23. Grayscale: #979797. Windows color (decimal): -3967524 or 14448067. OLE color: 14448067.

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

Color convert

RGB 195 117 220 -
CMYK 0.11 0.47 0 0.14
HSL 285.44º 0.6% 0.66% -
HSV(B) 285.44º 0.47% 0.86% -
XYZ 41.79 29.49 71.2 -
YUV 152.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 195 117 220 0.11 0.47 0 0.14 285.44 0.6 0.66
Hex C3 75 DC B 2F 0 E 11D 3C 42
Octal 303 165 334 13 57 0 16 435 74 102
Binary 11000011 1110101 11011100 1011 101111 0 1110 100011101 111100 1000010

Color Harmonies of #C375DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375DC

Black with #C375DC

Text Example


Text Example

White with #C375DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375DC; }

 p { color: rgb(195,117,220); }

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

background-color css

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

 a { background-color: rgb(195,117,220); }

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

border-color css

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

 span { border-color: rgb(195,117,220); }

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