Html Css Color HEX #C37AD0 Orchid

📋 copy color: '#C37AD0'

red 195 ◦ green 122 ◦ blue 208

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

Shades of Orchid #C37AD0

Tints of Orchid #C37AD0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.24%

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

R = 37.14%
G = 23.24%
B = 39.62%

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

#C37AD0 (or 0xC37AD0) is known color: Orchid. HEX triplet: C3, 7A and D0. RGB value is (195,122,208). Sum of RGB (Red+Green+Blue) = 195+122+208=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #C37AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37AD0 is #3C852F. Grayscale: #999999. Windows color (decimal): -3966256 or 13662915. OLE color: 13662915.

HSL color Cylindrical-coordinate representation of color #C37AD0: hue angle of 290.93º degrees, saturation: 0.48, 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 #C37AD0 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 122 208 -
CMYK 0.06 0.41 0 0.18
HSL 290.93º 0.48% 0.65% -
HSV(B) 290.93º 0.41% 0.82% -
XYZ 40.85 30.08 63.33 -
YUV 153.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 195 122 208 0.06 0.41 0 0.18 290.93 0.48 0.65
Hex C3 7A D0 6 29 0 12 123 30 41
Octal 303 172 320 6 51 0 22 443 60 101
Binary 11000011 1111010 11010000 110 101001 0 10010 100100011 110000 1000001

Color Harmonies of #C37AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37AD0

Black with #C37AD0

Text Example


Text Example

White with #C37AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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