Html Css Color HEX #D762CC Orchid

📋 copy color: '#D762CC'

red 215 ◦ green 98 ◦ blue 204

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

Shades of Orchid #D762CC

Tints of Orchid #D762CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 41.59%
G = 18.96%
B = 39.46%

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

#D762CC (or 0xD762CC) is known color: Orchid. HEX triplet: D7, 62 and CC. RGB value is (215,98,204). Sum of RGB (Red+Green+Blue) = 215+98+204=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D762CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762CC is #289D33. Grayscale: #909090. Windows color (decimal): -2661684 or 13394647. OLE color: 13394647.

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

Color convert

RGB 215 98 204 -
CMYK 0 0.54 0.05 0.16
HSL 305.64º 0.59% 0.61% -
HSV(B) 305.64º 0.54% 0.84% -
XYZ 43.29 27.54 60.16 -
YUV 145.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 215 98 204 0 0.54 0.05 0.16 305.64 0.59 0.61
Hex D7 62 CC 0 36 5 10 132 3B 3D
Octal 327 142 314 0 66 5 20 462 73 75
Binary 11010111 1100010 11001100 0 110110 101 10000 100110010 111011 111101

Color Harmonies of #D762CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D762CC

Black with #D762CC

Text Example


Text Example

White with #D762CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D762CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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