Html Css Color HEX #D467D5 Orchid

📋 copy color: '#D467D5'

red 212 ◦ green 103 ◦ blue 213

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

Shades of Orchid #D467D5

Tints of Orchid #D467D5

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.51%

 BLUE value IS 213 (83.59% from 255) = 40.34%

R = 40.15%
G = 19.51%
B = 40.34%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D467D5 (or 0xD467D5) is known color: Orchid. HEX triplet: D4, 67 and D5. RGB value is (212,103,213). Sum of RGB (Red+Green+Blue) = 212+103+213=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #D467D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467D5 is #2B982A. Grayscale: #939393. Windows color (decimal): -2857003 or 13985748. OLE color: 13985748.

HSL color Cylindrical-coordinate representation of color #D467D5: hue angle of 299.45º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D467D5 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 103 213 -
CMYK 0.00 0.52 0 0.16
HSL 299.45º 0.57% 0.62% -
HSV(B) 299.45º 0.52% 0.84% -
XYZ 44.01 28.5 66.13 -
YUV 148.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 212 103 213 0.00 0.52 0 0.16 299.45 0.57 0.62
Hex D4 67 D5 0 34 0 10 12B 39 3E
Octal 324 147 325 0 64 0 20 453 71 76
Binary 11010100 1100111 11010101 0 110100 0 10000 100101011 111001 111110

Color Harmonies of #D467D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467D5

Black with #D467D5

Text Example


Text Example

White with #D467D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467D5; }

 p { color: rgb(212,103,213); }

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

background-color css

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

 a { background-color: rgb(212,103,213); }

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

border-color css

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

 span { border-color: rgb(212,103,213); }

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