Html Css Color HEX #D467C0 Orchid

📋 copy color: '#D467C0'

red 212 ◦ green 103 ◦ blue 192

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

Shades of Orchid #D467C0

Tints of Orchid #D467C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.87%

R = 41.81%
G = 20.32%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D467C0 (or 0xD467C0) is known color: Orchid. HEX triplet: D4, 67 and C0. RGB value is (212,103,192). Sum of RGB (Red+Green+Blue) = 212+103+192=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D467C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467C0 is #2B983F. Grayscale: #919191. Windows color (decimal): -2857024 or 12609492. OLE color: 12609492.

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

Color convert

RGB 212 103 192 -
CMYK 0 0.51 0.09 0.17
HSL 311.01º 0.56% 0.62% -
HSV(B) 311.01º 0.51% 0.83% -
XYZ 41.52 27.5 52.99 -
YUV 145.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 212 103 192 0 0.51 0.09 0.17 311.01 0.56 0.62
Hex D4 67 C0 0 33 9 11 137 38 3E
Octal 324 147 300 0 63 11 21 467 70 76
Binary 11010100 1100111 11000000 0 110011 1001 10001 100110111 111000 111110

Color Harmonies of #D467C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467C0

Black with #D467C0

Text Example


Text Example

White with #D467C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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