Html Css Color HEX #CD978F Petite Orchid

📋 copy color: '#CD978F'

red 205 ◦ green 151 ◦ blue 143

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

Shades of Petite Orchid #CD978F

Tints of Petite Orchid #CD978F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.66%

R = 41.08%
G = 30.26%
B = 28.66%

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

#CD978F (or 0xCD978F) is known color: Petite Orchid. HEX triplet: CD, 97 and 8F. RGB value is (205,151,143). Sum of RGB (Red+Green+Blue) = 205+151+143=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CD978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD978F is #326870. Grayscale: #A6A6A6. Windows color (decimal): -3303537 or 9410509. OLE color: 9410509.

HSL color Cylindrical-coordinate representation of color #CD978F: hue angle of 7.74º 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 #CD978F is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 151 143 -
CMYK 0 0.26 0.30 0.20
HSL 7.74º 0.38% 0.68% -
HSV(B) 7.74º 0.3% 0.8% -
XYZ 41.2 37.1 30.98 -
YUV 166.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 205 151 143 0 0.26 0.30 0.20 7.74 0.38 0.68
Hex CD 97 8F 0 1A 1E 14 8 26 44
Octal 315 227 217 0 32 36 24 10 46 104
Binary 11001101 10010111 10001111 0 11010 11110 10100 1000 100110 1000100

Color Harmonies of #CD978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD978F

Black with #CD978F

Text Example


Text Example

White with #CD978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD978F; }

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

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

background-color css

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

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

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

border-color css

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

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

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