Html Css Color HEX #CD958D Petite Orchid

📋 copy color: '#CD958D'

red 205 ◦ green 149 ◦ blue 141

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

Shades of Petite Orchid #CD958D

Tints of Petite Orchid #CD958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.1%

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 41.41%
G = 30.1%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD958D (or 0xCD958D) is known color: Petite Orchid. HEX triplet: CD, 95 and 8D. RGB value is (205,149,141). Sum of RGB (Red+Green+Blue) = 205+149+141=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD958D is #326A72. Grayscale: #A4A4A4. Windows color (decimal): -3304051 or 9278925. OLE color: 9278925.

HSL color Cylindrical-coordinate representation of color #CD958D: hue angle of 7.5º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD958D is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 149 141 -
CMYK 0 0.27 0.31 0.20
HSL 7.5º 0.39% 0.68% -
HSV(B) 7.5º 0.31% 0.8% -
XYZ 40.73 36.4 30.08 -
YUV 164.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 205 149 141 0 0.27 0.31 0.20 7.5 0.39 0.68
Hex CD 95 8D 0 1B 1F 14 8 27 44
Octal 315 225 215 0 33 37 24 10 47 104
Binary 11001101 10010101 10001101 0 11011 11111 10100 1000 100111 1000100

Color Harmonies of #CD958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD958D

Black with #CD958D

Text Example


Text Example

White with #CD958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD958D; }

 p { color: rgb(205,149,141); }

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

background-color css

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

 a { background-color: rgb(205,149,141); }

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

border-color css

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

 span { border-color: rgb(205,149,141); }

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