Html Css Color HEX #D461CE Orchid

📋 copy color: '#D461CE'

red 212 ◦ green 97 ◦ blue 206

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

Shades of Orchid #D461CE

Tints of Orchid #D461CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 41.17%
G = 18.83%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D461CE (or 0xD461CE) is known color: Orchid. HEX triplet: D4, 61 and CE. RGB value is (212,97,206). Sum of RGB (Red+Green+Blue) = 212+97+206=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D461CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461CE is #2B9E31. Grayscale: #8F8F8F. Windows color (decimal): -2858546 or 13525460. OLE color: 13525460.

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

Color convert

RGB 212 97 206 -
CMYK 0 0.54 0.03 0.17
HSL 303.13º 0.57% 0.61% -
HSV(B) 303.13º 0.54% 0.83% -
XYZ 42.57 27 61.36 -
YUV 143.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 212 97 206 0 0.54 0.03 0.17 303.13 0.57 0.61
Hex D4 61 CE 0 36 3 11 12F 39 3D
Octal 324 141 316 0 66 3 21 457 71 75
Binary 11010100 1100001 11001110 0 110110 11 10001 100101111 111001 111101

Color Harmonies of #D461CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461CE

Black with #D461CE

Text Example


Text Example

White with #D461CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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