Html Css Color HEX #C37BD0 Orchid

📋 copy color: '#C37BD0'

red 195 ◦ green 123 ◦ blue 208

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

Shades of Orchid #C37BD0

Tints of Orchid #C37BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 37.07%
G = 23.38%
B = 39.54%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C37BD0 (or 0xC37BD0) is known color: Orchid. HEX triplet: C3, 7B and D0. RGB value is (195,123,208). Sum of RGB (Red+Green+Blue) = 195+123+208=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #C37BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BD0 is #3C842F. Grayscale: #999999. Windows color (decimal): -3966000 or 13663171. OLE color: 13663171.

HSL color Cylindrical-coordinate representation of color #C37BD0: hue angle of 290.82º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37BD0 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 123 208 -
CMYK 0.06 0.41 0 0.18
HSL 290.82º 0.47% 0.65% -
HSV(B) 290.82º 0.41% 0.82% -
XYZ 40.97 30.32 63.37 -
YUV 154.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 195 123 208 0.06 0.41 0 0.18 290.82 0.47 0.65
Hex C3 7B D0 6 29 0 12 123 2F 41
Octal 303 173 320 6 51 0 22 443 57 101
Binary 11000011 1111011 11010000 110 101001 0 10010 100100011 101111 1000001

Color Harmonies of #C37BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37BD0

Black with #C37BD0

Text Example


Text Example

White with #C37BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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