Html Css Color HEX #D762CF Orchid

📋 copy color: '#D762CF'

red 215 ◦ green 98 ◦ blue 207

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

Shades of Orchid #D762CF

Tints of Orchid #D762CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.81%

R = 41.35%
G = 18.85%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D762CF (or 0xD762CF) is known color: Orchid. HEX triplet: D7, 62 and CF. RGB value is (215,98,207). Sum of RGB (Red+Green+Blue) = 215+98+207=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D762CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762CF is #289D30. Grayscale: #919191. Windows color (decimal): -2661681 or 13591255. OLE color: 13591255.

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

Color convert

RGB 215 98 207 -
CMYK 0 0.54 0.04 0.16
HSL 304.1º 0.59% 0.61% -
HSV(B) 304.1º 0.54% 0.84% -
XYZ 43.65 27.69 62.07 -
YUV 145.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 215 98 207 0 0.54 0.04 0.16 304.1 0.59 0.61
Hex D7 62 CF 0 36 4 10 130 3B 3D
Octal 327 142 317 0 66 4 20 460 73 75
Binary 11010111 1100010 11001111 0 110110 100 10000 100110000 111011 111101

Color Harmonies of #D762CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D762CF

Black with #D762CF

Text Example


Text Example

White with #D762CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D762CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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