Html Css Color HEX #D762CB Orchid

📋 copy color: '#D762CB'

red 215 ◦ green 98 ◦ blue 203

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

Shades of Orchid #D762CB

Tints of Orchid #D762CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 41.67%
G = 18.99%
B = 39.34%

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

#D762CB (or 0xD762CB) is known color: Orchid. HEX triplet: D7, 62 and CB. RGB value is (215,98,203). Sum of RGB (Red+Green+Blue) = 215+98+203=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D762CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762CB is #289D34. Grayscale: #909090. Windows color (decimal): -2661685 or 13329111. OLE color: 13329111.

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

Color convert

RGB 215 98 203 -
CMYK 0 0.54 0.06 0.16
HSL 306.15º 0.59% 0.61% -
HSV(B) 306.15º 0.54% 0.84% -
XYZ 43.17 27.49 59.53 -
YUV 144.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 215 98 203 0 0.54 0.06 0.16 306.15 0.59 0.61
Hex D7 62 CB 0 36 6 10 132 3B 3D
Octal 327 142 313 0 66 6 20 462 73 75
Binary 11010111 1100010 11001011 0 110110 110 10000 100110010 111011 111101

Color Harmonies of #D762CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D762CB

Black with #D762CB

Text Example


Text Example

White with #D762CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D762CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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