Html Css Color HEX #C37BDC Orchid

📋 copy color: '#C37BDC'

red 195 ◦ green 123 ◦ blue 220

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

Shades of Orchid #C37BDC

Tints of Orchid #C37BDC

RGB

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

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

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

R = 36.25%
G = 22.86%
B = 40.89%

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

#C37BDC (or 0xC37BDC) is known color: Orchid. HEX triplet: C3, 7B and DC. RGB value is (195,123,220). Sum of RGB (Red+Green+Blue) = 195+123+220=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #C37BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BDC is #3C8423. Grayscale: #9B9B9B. Windows color (decimal): -3965988 or 14449603. OLE color: 14449603.

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

Color convert

RGB 195 123 220 -
CMYK 0.11 0.44 0 0.14
HSL 284.54º 0.58% 0.67% -
HSV(B) 284.54º 0.44% 0.86% -
XYZ 42.51 30.94 71.44 -
YUV 155.59 164.35 156.11 -
System Red Green Blue C M Y K H S L
Decimal 195 123 220 0.11 0.44 0 0.14 284.54 0.58 0.67
Hex C3 7B DC B 2C 0 E 11D 3A 43
Octal 303 173 334 13 54 0 16 435 72 103
Binary 11000011 1111011 11011100 1011 101100 0 1110 100011101 111010 1000011

Color Harmonies of #C37BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37BDC

Black with #C37BDC

Text Example


Text Example

White with #C37BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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