Html Css Color HEX #D461CB Orchid

📋 copy color: '#D461CB'

red 212 ◦ green 97 ◦ blue 203

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

Shades of Orchid #D461CB

Tints of Orchid #D461CB

RGB

 RED value IS 212 (83.2% from 255) = 41.41%

 GREEN value IS 97 (38.28% from 255) = 18.95%

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

R = 41.41%
G = 18.95%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D461CB (or 0xD461CB) is known color: Orchid. HEX triplet: D4, 61 and CB. RGB value is (212,97,203). Sum of RGB (Red+Green+Blue) = 212+97+203=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D461CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461CB is #2B9E34. Grayscale: #8F8F8F. Windows color (decimal): -2858549 or 13328852. OLE color: 13328852.

HSL color Cylindrical-coordinate representation of color #D461CB: hue angle of 304.7º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D461CB is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 97 203 -
CMYK 0 0.54 0.04 0.17
HSL 304.7º 0.57% 0.61% -
HSV(B) 304.7º 0.54% 0.83% -
XYZ 42.21 26.86 59.46 -
YUV 143.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 212 97 203 0 0.54 0.04 0.17 304.7 0.57 0.61
Hex D4 61 CB 0 36 4 11 131 39 3D
Octal 324 141 313 0 66 4 21 461 71 75
Binary 11010100 1100001 11001011 0 110110 100 10001 100110001 111001 111101

Color Harmonies of #D461CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461CB

Black with #D461CB

Text Example


Text Example

White with #D461CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461CB; }

 p { color: rgb(212,97,203); }

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

background-color css

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

 a { background-color: rgb(212,97,203); }

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

border-color css

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

 span { border-color: rgb(212,97,203); }

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