Html Css Color HEX #D789CA Orchid

📋 copy color: '#D789CA'

red 215 ◦ green 137 ◦ blue 202

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

Shades of Orchid #D789CA

Tints of Orchid #D789CA

RGB

 RED value IS 215 (84.38% from 255) = 38.81%

 GREEN value IS 137 (53.91% from 255) = 24.73%

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

R = 38.81%
G = 24.73%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D789CA (or 0xD789CA) is known color: Orchid. HEX triplet: D7, 89 and CA. RGB value is (215,137,202). Sum of RGB (Red+Green+Blue) = 215+137+202=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D789CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789CA is #287635. Grayscale: #A7A7A7. Windows color (decimal): -2651702 or 13273559. OLE color: 13273559.

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

Color convert

RGB 215 137 202 -
CMYK 0 0.36 0.06 0.16
HSL 310º 0.49% 0.69% -
HSV(B) 310º 0.36% 0.84% -
XYZ 47.63 36.6 60.43 -
YUV 167.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 215 137 202 0 0.36 0.06 0.16 310 0.49 0.69
Hex D7 89 CA 0 24 6 10 136 31 45
Octal 327 211 312 0 44 6 20 466 61 105
Binary 11010111 10001001 11001010 0 100100 110 10000 100110110 110001 1000101

Color Harmonies of #D789CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D789CA

Black with #D789CA

Text Example


Text Example

White with #D789CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D789CA; }

 p { color: rgb(215,137,202); }

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

background-color css

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

 a { background-color: rgb(215,137,202); }

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

border-color css

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

 span { border-color: rgb(215,137,202); }

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