Html Css Color HEX #D6948C Petite Orchid

📋 copy color: '#D6948C'

red 214 ◦ green 148 ◦ blue 140

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

Shades of Petite Orchid #D6948C

Tints of Petite Orchid #D6948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.89%

R = 42.63%
G = 29.48%
B = 27.89%

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

#D6948C (or 0xD6948C) is known color: Petite Orchid. HEX triplet: D6, 94 and 8C. RGB value is (214,148,140). Sum of RGB (Red+Green+Blue) = 214+148+140=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6948C is #296B73. Grayscale: #A6A6A6. Windows color (decimal): -2714484 or 9213142. OLE color: 9213142.

HSL color Cylindrical-coordinate representation of color #D6948C: hue angle of 6.49º degrees, saturation: 0.47, 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 #D6948C is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 140 -
CMYK 0 0.31 0.35 0.16
HSL 6.49º 0.47% 0.69% -
HSV(B) 6.49º 0.35% 0.84% -
XYZ 43.06 37.37 29.75 -
YUV 166.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 214 148 140 0 0.31 0.35 0.16 6.49 0.47 0.69
Hex D6 94 8C 0 1F 23 10 6 2F 45
Octal 326 224 214 0 37 43 20 6 57 105
Binary 11010110 10010100 10001100 0 11111 100011 10000 110 101111 1000101

Color Harmonies of #D6948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6948C

Black with #D6948C

Text Example


Text Example

White with #D6948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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