Html Css Color HEX #D567C6 Orchid

📋 copy color: '#D567C6'

red 213 ◦ green 103 ◦ blue 198

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

Shades of Orchid #D567C6

Tints of Orchid #D567C6

RGB

 RED value IS 213 (83.59% from 255) = 41.44%

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

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

R = 41.44%
G = 20.04%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D567C6 (or 0xD567C6) is known color: Orchid. HEX triplet: D5, 67 and C6. RGB value is (213,103,198). Sum of RGB (Red+Green+Blue) = 213+103+198=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D567C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567C6 is #2A9839. Grayscale: #929292. Windows color (decimal): -2791482 or 13002709. OLE color: 13002709.

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

Color convert

RGB 213 103 198 -
CMYK 0 0.52 0.07 0.16
HSL 308.18º 0.57% 0.62% -
HSV(B) 308.18º 0.52% 0.84% -
XYZ 42.48 27.92 56.58 -
YUV 146.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 213 103 198 0 0.52 0.07 0.16 308.18 0.57 0.62
Hex D5 67 C6 0 34 7 10 134 39 3E
Octal 325 147 306 0 64 7 20 464 71 76
Binary 11010101 1100111 11000110 0 110100 111 10000 100110100 111001 111110

Color Harmonies of #D567C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D567C6

Black with #D567C6

Text Example


Text Example

White with #D567C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D567C6; }

 p { color: rgb(213,103,198); }

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

background-color css

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

 a { background-color: rgb(213,103,198); }

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

border-color css

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

 span { border-color: rgb(213,103,198); }

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