Html Css Color HEX #C37ABD Orchid

📋 copy color: '#C37ABD'

red 195 ◦ green 122 ◦ blue 189

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

Shades of Orchid #C37ABD

Tints of Orchid #C37ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.35%

R = 38.54%
G = 24.11%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C37ABD (or 0xC37ABD) is known color: Orchid. HEX triplet: C3, 7A and BD. RGB value is (195,122,189). Sum of RGB (Red+Green+Blue) = 195+122+189=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C37ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ABD is #3C8542. Grayscale: #979797. Windows color (decimal): -3966275 or 12417731. OLE color: 12417731.

HSL color Cylindrical-coordinate representation of color #C37ABD: hue angle of 304.93º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37ABD is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 122 189 -
CMYK 0 0.37 0.03 0.24
HSL 304.93º 0.38% 0.62% -
HSV(B) 304.93º 0.37% 0.76% -
XYZ 38.65 29.2 51.74 -
YUV 151.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 195 122 189 0 0.37 0.03 0.24 304.93 0.38 0.62
Hex C3 7A BD 0 25 3 18 131 26 3E
Octal 303 172 275 0 45 3 30 461 46 76
Binary 11000011 1111010 10111101 0 100101 11 11000 100110001 100110 111110

Color Harmonies of #C37ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37ABD

Black with #C37ABD

Text Example


Text Example

White with #C37ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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