Html Css Color HEX #D467C7 Orchid

📋 copy color: '#D467C7'

red 212 ◦ green 103 ◦ blue 199

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

Shades of Orchid #D467C7

Tints of Orchid #D467C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.72%

R = 41.25%
G = 20.04%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D467C7 (or 0xD467C7) is known color: Orchid. HEX triplet: D4, 67 and C7. RGB value is (212,103,199). Sum of RGB (Red+Green+Blue) = 212+103+199=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D467C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467C7 is #2B9838. Grayscale: #929292. Windows color (decimal): -2857017 or 13068244. OLE color: 13068244.

HSL color Cylindrical-coordinate representation of color #D467C7: hue angle of 307.16º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D467C7 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 103 199 -
CMYK 0 0.51 0.06 0.17
HSL 307.16º 0.56% 0.62% -
HSV(B) 307.16º 0.51% 0.83% -
XYZ 42.31 27.82 57.17 -
YUV 146.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 212 103 199 0 0.51 0.06 0.17 307.16 0.56 0.62
Hex D4 67 C7 0 33 6 11 133 38 3E
Octal 324 147 307 0 63 6 21 463 70 76
Binary 11010100 1100111 11000111 0 110011 110 10001 100110011 111000 111110

Color Harmonies of #D467C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467C7

Black with #D467C7

Text Example


Text Example

White with #D467C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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