Html Css Color HEX #C37BDE Orchid

📋 copy color: '#C37BDE'

red 195 ◦ green 123 ◦ blue 222

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

Shades of Orchid #C37BDE

Tints of Orchid #C37BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 36.11%
G = 22.78%
B = 41.11%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C37BDE (or 0xC37BDE) is known color: Orchid. HEX triplet: C3, 7B and DE. RGB value is (195,123,222). Sum of RGB (Red+Green+Blue) = 195+123+222=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #C37BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BDE is #3C8421. Grayscale: #9B9B9B. Windows color (decimal): -3965986 or 14580675. OLE color: 14580675.

HSL color Cylindrical-coordinate representation of color #C37BDE: hue angle of 283.64º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C37BDE is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 123 222 -
CMYK 0.12 0.45 0 0.13
HSL 283.64º 0.6% 0.68% -
HSV(B) 283.64º 0.45% 0.87% -
XYZ 42.77 31.04 72.84 -
YUV 155.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 195 123 222 0.12 0.45 0 0.13 283.64 0.6 0.68
Hex C3 7B DE C 2D 0 D 11C 3C 44
Octal 303 173 336 14 55 0 15 434 74 104
Binary 11000011 1111011 11011110 1100 101101 0 1101 100011100 111100 1000100

Color Harmonies of #C37BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37BDE

Black with #C37BDE

Text Example


Text Example

White with #C37BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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