Html Css Color HEX #D48ACF Orchid

📋 copy color: '#D48ACF'

red 212 ◦ green 138 ◦ blue 207

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

Shades of Orchid #D48ACF

Tints of Orchid #D48ACF

RGB

 RED value IS 212 (83.2% from 255) = 38.06%

 GREEN value IS 138 (54.3% from 255) = 24.78%

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 38.06%
G = 24.78%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D48ACF (or 0xD48ACF) is known color: Orchid. HEX triplet: D4, 8A and CF. RGB value is (212,138,207). Sum of RGB (Red+Green+Blue) = 212+138+207=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ACF is #2B7530. Grayscale: #A7A7A7. Windows color (decimal): -2848049 or 13601492. OLE color: 13601492.

HSL color Cylindrical-coordinate representation of color #D48ACF: hue angle of 304.05º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48ACF is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 207 -
CMYK 0 0.35 0.02 0.17
HSL 304.05º 0.46% 0.69% -
HSV(B) 304.05º 0.35% 0.83% -
XYZ 47.5 36.68 63.61 -
YUV 167.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 212 138 207 0 0.35 0.02 0.17 304.05 0.46 0.69
Hex D4 8A CF 0 23 2 11 130 2E 45
Octal 324 212 317 0 43 2 21 460 56 105
Binary 11010100 10001010 11001111 0 100011 10 10001 100110000 101110 1000101

Color Harmonies of #D48ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48ACF

Black with #D48ACF

Text Example


Text Example

White with #D48ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48ACF; }

 p { color: rgb(212,138,207); }

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

background-color css

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

 a { background-color: rgb(212,138,207); }

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

border-color css

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

 span { border-color: rgb(212,138,207); }

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