Html Css Color HEX #D6948B Petite Orchid

📋 copy color: '#D6948B'

red 214 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #D6948B

Tints of Petite Orchid #D6948B

RGB

 RED value IS 214 (83.98% from 255) = 42.71%

 GREEN value IS 148 (58.2% from 255) = 29.54%

 BLUE value IS 139 (54.69% from 255) = 27.74%

R = 42.71%
G = 29.54%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6948B (or 0xD6948B) is known color: Petite Orchid. HEX triplet: D6, 94 and 8B. RGB value is (214,148,139). Sum of RGB (Red+Green+Blue) = 214+148+139=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6948B is #296B74. Grayscale: #A6A6A6. Windows color (decimal): -2714485 or 9147606. OLE color: 9147606.

HSL color Cylindrical-coordinate representation of color #D6948B: hue angle of 7.2º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6948B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 139 -
CMYK 0 0.31 0.35 0.16
HSL 7.2º 0.48% 0.69% -
HSV(B) 7.2º 0.35% 0.84% -
XYZ 42.98 37.34 29.37 -
YUV 166.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 214 148 139 0 0.31 0.35 0.16 7.2 0.48 0.69
Hex D6 94 8B 0 1F 23 10 7 30 45
Octal 326 224 213 0 37 43 20 7 60 105
Binary 11010110 10010100 10001011 0 11111 100011 10000 111 110000 1000101

Color Harmonies of #D6948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6948B

Black with #D6948B

Text Example


Text Example

White with #D6948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6948B; }

 p { color: rgb(214,148,139); }

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

background-color css

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

 a { background-color: rgb(214,148,139); }

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

border-color css

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

 span { border-color: rgb(214,148,139); }

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