Html Css Color HEX #D385C5 Orchid

📋 copy color: '#D385C5'

red 211 ◦ green 133 ◦ blue 197

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

Shades of Orchid #D385C5

Tints of Orchid #D385C5

RGB

 RED value IS 211 (82.81% from 255) = 39%

 GREEN value IS 133 (52.34% from 255) = 24.58%

 BLUE value IS 197 (77.34% from 255) = 36.41%

R = 39%
G = 24.58%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D385C5 (or 0xD385C5) is known color: Orchid. HEX triplet: D3, 85 and C5. RGB value is (211,133,197). Sum of RGB (Red+Green+Blue) = 211+133+197=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D385C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385C5 is #2C7A3A. Grayscale: #A3A3A3. Windows color (decimal): -2914875 or 12944851. OLE color: 12944851.

HSL color Cylindrical-coordinate representation of color #D385C5: hue angle of 310.77º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D385C5 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 133 197 -
CMYK 0 0.37 0.07 0.17
HSL 310.77º 0.47% 0.67% -
HSV(B) 310.77º 0.37% 0.83% -
XYZ 45.33 34.66 57.12 -
YUV 163.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 211 133 197 0 0.37 0.07 0.17 310.77 0.47 0.67
Hex D3 85 C5 0 25 7 11 137 2F 43
Octal 323 205 305 0 45 7 21 467 57 103
Binary 11010011 10000101 11000101 0 100101 111 10001 100110111 101111 1000011

Color Harmonies of #D385C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385C5

Black with #D385C5

Text Example


Text Example

White with #D385C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385C5; }

 p { color: rgb(211,133,197); }

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

background-color css

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

 a { background-color: rgb(211,133,197); }

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

border-color css

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

 span { border-color: rgb(211,133,197); }

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