Html Css Color HEX #D467C3 Orchid

📋 copy color: '#D467C3'

red 212 ◦ green 103 ◦ blue 195

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

Shades of Orchid #D467C3

Tints of Orchid #D467C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.24%

R = 41.57%
G = 20.2%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D467C3 (or 0xD467C3) is known color: Orchid. HEX triplet: D4, 67 and C3. RGB value is (212,103,195). Sum of RGB (Red+Green+Blue) = 212+103+195=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D467C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467C3 is #2B983C. Grayscale: #919191. Windows color (decimal): -2857021 or 12806100. OLE color: 12806100.

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

Color convert

RGB 212 103 195 -
CMYK 0 0.51 0.08 0.17
HSL 309.36º 0.56% 0.62% -
HSV(B) 309.36º 0.51% 0.83% -
XYZ 41.85 27.64 54.76 -
YUV 146.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 212 103 195 0 0.51 0.08 0.17 309.36 0.56 0.62
Hex D4 67 C3 0 33 8 11 135 38 3E
Octal 324 147 303 0 63 10 21 465 70 76
Binary 11010100 1100111 11000011 0 110011 1000 10001 100110101 111000 111110

Color Harmonies of #D467C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467C3

Black with #D467C3

Text Example


Text Example

White with #D467C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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