Html Css Color HEX #D467C4 Orchid

📋 copy color: '#D467C4'

red 212 ◦ green 103 ◦ blue 196

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

Shades of Orchid #D467C4

Tints of Orchid #D467C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.36%

R = 41.49%
G = 20.16%
B = 38.36%

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

#D467C4 (or 0xD467C4) is known color: Orchid. HEX triplet: D4, 67 and C4. RGB value is (212,103,196). Sum of RGB (Red+Green+Blue) = 212+103+196=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D467C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467C4 is #2B983B. Grayscale: #919191. Windows color (decimal): -2857020 or 12871636. OLE color: 12871636.

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

Color convert

RGB 212 103 196 -
CMYK 0 0.51 0.08 0.17
HSL 308.81º 0.56% 0.62% -
HSV(B) 308.81º 0.51% 0.83% -
XYZ 41.97 27.68 55.36 -
YUV 146.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 212 103 196 0 0.51 0.08 0.17 308.81 0.56 0.62
Hex D4 67 C4 0 33 8 11 135 38 3E
Octal 324 147 304 0 63 10 21 465 70 76
Binary 11010100 1100111 11000100 0 110011 1000 10001 100110101 111000 111110

Color Harmonies of #D467C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467C4

Black with #D467C4

Text Example


Text Example

White with #D467C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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