Html Css Color HEX #D460CF Orchid

📋 copy color: '#D460CF'

red 212 ◦ green 96 ◦ blue 207

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

Shades of Orchid #D460CF

Tints of Orchid #D460CF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.64%

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

R = 41.17%
G = 18.64%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D460CF (or 0xD460CF) is known color: Orchid. HEX triplet: D4, 60 and CF. RGB value is (212,96,207). Sum of RGB (Red+Green+Blue) = 212+96+207=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D460CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460CF is #2B9F30. Grayscale: #8F8F8F. Windows color (decimal): -2858801 or 13590740. OLE color: 13590740.

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

Color convert

RGB 212 96 207 -
CMYK 0 0.55 0.02 0.17
HSL 302.59º 0.57% 0.6% -
HSV(B) 302.59º 0.55% 0.83% -
XYZ 42.6 26.87 61.97 -
YUV 143.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 212 96 207 0 0.55 0.02 0.17 302.59 0.57 0.6
Hex D4 60 CF 0 37 2 11 12F 39 3C
Octal 324 140 317 0 67 2 21 457 71 74
Binary 11010100 1100000 11001111 0 110111 10 10001 100101111 111001 111100

Color Harmonies of #D460CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460CF

Black with #D460CF

Text Example


Text Example

White with #D460CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460CF; }

 p { color: rgb(212,96,207); }

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

background-color css

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

 a { background-color: rgb(212,96,207); }

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

border-color css

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

 span { border-color: rgb(212,96,207); }

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