Html Css Color HEX #D762CA Orchid

📋 copy color: '#D762CA'

red 215 ◦ green 98 ◦ blue 202

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

Shades of Orchid #D762CA

Tints of Orchid #D762CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.03%

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

R = 41.75%
G = 19.03%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D762CA (or 0xD762CA) is known color: Orchid. HEX triplet: D7, 62 and CA. RGB value is (215,98,202). Sum of RGB (Red+Green+Blue) = 215+98+202=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D762CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762CA is #289D35. Grayscale: #909090. Windows color (decimal): -2661686 or 13263575. OLE color: 13263575.

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

Color convert

RGB 215 98 202 -
CMYK 0 0.54 0.06 0.16
HSL 306.67º 0.59% 0.61% -
HSV(B) 306.67º 0.54% 0.84% -
XYZ 43.05 27.45 58.91 -
YUV 144.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 215 98 202 0 0.54 0.06 0.16 306.67 0.59 0.61
Hex D7 62 CA 0 36 6 10 133 3B 3D
Octal 327 142 312 0 66 6 20 463 73 75
Binary 11010111 1100010 11001010 0 110110 110 10000 100110011 111011 111101

Color Harmonies of #D762CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D762CA

Black with #D762CA

Text Example


Text Example

White with #D762CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D762CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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