Html Css Color HEX #D567C8 Orchid

📋 copy color: '#D567C8'

red 213 ◦ green 103 ◦ blue 200

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

Shades of Orchid #D567C8

Tints of Orchid #D567C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.76%

R = 41.28%
G = 19.96%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D567C8 (or 0xD567C8) is known color: Orchid. HEX triplet: D5, 67 and C8. RGB value is (213,103,200). Sum of RGB (Red+Green+Blue) = 213+103+200=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D567C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567C8 is #2A9837. Grayscale: #929292. Windows color (decimal): -2791480 or 13133781. OLE color: 13133781.

HSL color Cylindrical-coordinate representation of color #D567C8: hue angle of 307.09º 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 #D567C8 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 103 200 -
CMYK 0 0.52 0.06 0.16
HSL 307.09º 0.57% 0.62% -
HSV(B) 307.09º 0.52% 0.84% -
XYZ 42.72 28.02 57.8 -
YUV 146.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 213 103 200 0 0.52 0.06 0.16 307.09 0.57 0.62
Hex D5 67 C8 0 34 6 10 133 39 3E
Octal 325 147 310 0 64 6 20 463 71 76
Binary 11010101 1100111 11001000 0 110100 110 10000 100110011 111001 111110

Color Harmonies of #D567C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D567C8

Black with #D567C8

Text Example


Text Example

White with #D567C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D567C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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