Html Css Color HEX #C37BDB Orchid

📋 copy color: '#C37BDB'

red 195 ◦ green 123 ◦ blue 219

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

Shades of Orchid #C37BDB

Tints of Orchid #C37BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.91%

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

R = 36.31%
G = 22.91%
B = 40.78%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C37BDB (or 0xC37BDB) is known color: Orchid. HEX triplet: C3, 7B and DB. RGB value is (195,123,219). Sum of RGB (Red+Green+Blue) = 195+123+219=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #C37BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BDB is #3C8424. Grayscale: #9B9B9B. Windows color (decimal): -3965989 or 14384067. OLE color: 14384067.

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

Color convert

RGB 195 123 219 -
CMYK 0.11 0.44 0 0.14
HSL 285º 0.57% 0.67% -
HSV(B) 285º 0.44% 0.86% -
XYZ 42.37 30.88 70.75 -
YUV 155.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 195 123 219 0.11 0.44 0 0.14 285 0.57 0.67
Hex C3 7B DB B 2C 0 E 11D 39 43
Octal 303 173 333 13 54 0 16 435 71 103
Binary 11000011 1111011 11011011 1011 101100 0 1110 100011101 111001 1000011

Color Harmonies of #C37BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37BDB

Black with #C37BDB

Text Example


Text Example

White with #C37BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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