Html Css Color HEX #C375DB Orchid

📋 copy color: '#C375DB'

red 195 ◦ green 117 ◦ blue 219

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

Shades of Orchid #C375DB

Tints of Orchid #C375DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 36.72%
G = 22.03%
B = 41.24%

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

#C375DB (or 0xC375DB) is known color: Orchid. HEX triplet: C3, 75 and DB. RGB value is (195,117,219). Sum of RGB (Red+Green+Blue) = 195+117+219=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #C375DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375DB is #3C8A24. Grayscale: #979797. Windows color (decimal): -3967525 or 14382531. OLE color: 14382531.

HSL color Cylindrical-coordinate representation of color #C375DB: hue angle of 285.88º degrees, saturation: 0.59, 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 #C375DB is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 117 219 -
CMYK 0.11 0.47 0 0.14
HSL 285.88º 0.59% 0.66% -
HSV(B) 285.88º 0.47% 0.86% -
XYZ 41.65 29.44 70.5 -
YUV 151.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 195 117 219 0.11 0.47 0 0.14 285.88 0.59 0.66
Hex C3 75 DB B 2F 0 E 11E 3B 42
Octal 303 165 333 13 57 0 16 436 73 102
Binary 11000011 1110101 11011011 1011 101111 0 1110 100011110 111011 1000010

Color Harmonies of #C375DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375DB

Black with #C375DB

Text Example


Text Example

White with #C375DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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