Html Css Color HEX #D466C6 Orchid

📋 copy color: '#D466C6'

red 212 ◦ green 102 ◦ blue 198

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

Shades of Orchid #D466C6

Tints of Orchid #D466C6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.92%

 BLUE value IS 198 (77.73% from 255) = 38.67%

R = 41.41%
G = 19.92%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D466C6 (or 0xD466C6) is known color: Orchid. HEX triplet: D4, 66 and C6. RGB value is (212,102,198). Sum of RGB (Red+Green+Blue) = 212+102+198=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D466C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466C6 is #2B9939. Grayscale: #919191. Windows color (decimal): -2857274 or 13002452. OLE color: 13002452.

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

Color convert

RGB 212 102 198 -
CMYK 0 0.52 0.07 0.17
HSL 307.64º 0.56% 0.62% -
HSV(B) 307.64º 0.52% 0.83% -
XYZ 42.1 27.58 56.53 -
YUV 145.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 212 102 198 0 0.52 0.07 0.17 307.64 0.56 0.62
Hex D4 66 C6 0 34 7 11 134 38 3E
Octal 324 146 306 0 64 7 21 464 70 76
Binary 11010100 1100110 11000110 0 110100 111 10001 100110100 111000 111110

Color Harmonies of #D466C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466C6

Black with #D466C6

Text Example


Text Example

White with #D466C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466C6; }

 p { color: rgb(212,102,198); }

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

background-color css

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

 a { background-color: rgb(212,102,198); }

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

border-color css

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

 span { border-color: rgb(212,102,198); }

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