Html Css Color HEX #D385CA Orchid

📋 copy color: '#D385CA'

red 211 ◦ green 133 ◦ blue 202

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

Shades of Orchid #D385CA

Tints of Orchid #D385CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37%

R = 38.64%
G = 24.36%
B = 37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D385CA (or 0xD385CA) is known color: Orchid. HEX triplet: D3, 85 and CA. RGB value is (211,133,202). Sum of RGB (Red+Green+Blue) = 211+133+202=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D385CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385CA is #2C7A35. Grayscale: #A3A3A3. Windows color (decimal): -2914870 or 13272531. OLE color: 13272531.

HSL color Cylindrical-coordinate representation of color #D385CA: hue angle of 306.92º 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 #D385CA is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 133 202 -
CMYK 0 0.37 0.04 0.17
HSL 306.92º 0.47% 0.67% -
HSV(B) 306.92º 0.37% 0.83% -
XYZ 45.91 34.89 60.19 -
YUV 164.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 211 133 202 0 0.37 0.04 0.17 306.92 0.47 0.67
Hex D3 85 CA 0 25 4 11 133 2F 43
Octal 323 205 312 0 45 4 21 463 57 103
Binary 11010011 10000101 11001010 0 100101 100 10001 100110011 101111 1000011

Color Harmonies of #D385CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385CA

Black with #D385CA

Text Example


Text Example

White with #D385CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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