Html Css Color HEX #D762CD Orchid

📋 copy color: '#D762CD'

red 215 ◦ green 98 ◦ blue 205

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

Shades of Orchid #D762CD

Tints of Orchid #D762CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 41.51%
G = 18.92%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D762CD (or 0xD762CD) is known color: Orchid. HEX triplet: D7, 62 and CD. RGB value is (215,98,205). Sum of RGB (Red+Green+Blue) = 215+98+205=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D762CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762CD is #289D32. Grayscale: #909090. Windows color (decimal): -2661683 or 13460183. OLE color: 13460183.

HSL color Cylindrical-coordinate representation of color #D762CD: hue angle of 305.13º 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 #D762CD is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 98 205 -
CMYK 0 0.54 0.05 0.16
HSL 305.13º 0.59% 0.61% -
HSV(B) 305.13º 0.54% 0.84% -
XYZ 43.41 27.59 60.8 -
YUV 145.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 215 98 205 0 0.54 0.05 0.16 305.13 0.59 0.61
Hex D7 62 CD 0 36 5 10 131 3B 3D
Octal 327 142 315 0 66 5 20 461 73 75
Binary 11010111 1100010 11001101 0 110110 101 10000 100110001 111011 111101

Color Harmonies of #D762CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D762CD

Black with #D762CD

Text Example


Text Example

White with #D762CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D762CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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