Html Css Color HEX #CD9790 Petite Orchid

📋 copy color: '#CD9790'

red 205 ◦ green 151 ◦ blue 144

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

Shades of Petite Orchid #CD9790

Tints of Petite Orchid #CD9790

RGB

 RED value IS 205 (80.47% from 255) = 41%

 GREEN value IS 151 (59.38% from 255) = 30.2%

 BLUE value IS 144 (56.64% from 255) = 28.8%

R = 41%
G = 30.2%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD9790 (or 0xCD9790) is known color: Petite Orchid. HEX triplet: CD, 97 and 90. RGB value is (205,151,144). Sum of RGB (Red+Green+Blue) = 205+151+144=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9790 is #32686F. Grayscale: #A6A6A6. Windows color (decimal): -3303536 or 9476045. OLE color: 9476045.

HSL color Cylindrical-coordinate representation of color #CD9790: hue angle of 6.89º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD9790 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 151 144 -
CMYK 0 0.26 0.30 0.20
HSL 6.89º 0.38% 0.68% -
HSV(B) 6.89º 0.3% 0.8% -
XYZ 41.28 37.13 31.38 -
YUV 166.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 205 151 144 0 0.26 0.30 0.20 6.89 0.38 0.68
Hex CD 97 90 0 1A 1E 14 7 26 44
Octal 315 227 220 0 32 36 24 7 46 104
Binary 11001101 10010111 10010000 0 11010 11110 10100 111 100110 1000100

Color Harmonies of #CD9790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9790

Black with #CD9790

Text Example


Text Example

White with #CD9790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9790; }

 p { color: rgb(205,151,144); }

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

background-color css

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

 a { background-color: rgb(205,151,144); }

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

border-color css

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

 span { border-color: rgb(205,151,144); }

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