Html Css Color HEX #C37CDB Orchid

📋 copy color: '#C37CDB'

red 195 ◦ green 124 ◦ blue 219

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

Shades of Orchid #C37CDB

Tints of Orchid #C37CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

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

R = 36.25%
G = 23.05%
B = 40.71%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C37CDB (or 0xC37CDB) is known color: Orchid. HEX triplet: C3, 7C and DB. RGB value is (195,124,219). Sum of RGB (Red+Green+Blue) = 195+124+219=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #C37CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CDB is #3C8324. Grayscale: #9B9B9B. Windows color (decimal): -3965733 or 14384323. OLE color: 14384323.

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

Color convert

RGB 195 124 219 -
CMYK 0.11 0.43 0 0.14
HSL 284.84º 0.57% 0.67% -
HSV(B) 284.84º 0.43% 0.86% -
XYZ 42.5 31.13 70.79 -
YUV 156.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 195 124 219 0.11 0.43 0 0.14 284.84 0.57 0.67
Hex C3 7C DB B 2B 0 E 11D 39 43
Octal 303 174 333 13 53 0 16 435 71 103
Binary 11000011 1111100 11011011 1011 101011 0 1110 100011101 111001 1000011

Color Harmonies of #C37CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37CDB

Black with #C37CDB

Text Example


Text Example

White with #C37CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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