Html Css Color HEX #D567C0 Orchid

📋 copy color: '#D567C0'

red 213 ◦ green 103 ◦ blue 192

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

Shades of Orchid #D567C0

Tints of Orchid #D567C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 41.93%
G = 20.28%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D567C0 (or 0xD567C0) is known color: Orchid. HEX triplet: D5, 67 and C0. RGB value is (213,103,192). Sum of RGB (Red+Green+Blue) = 213+103+192=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D567C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567C0 is #2A983F. Grayscale: #919191. Windows color (decimal): -2791488 or 12609493. OLE color: 12609493.

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

Color convert

RGB 213 103 192 -
CMYK 0 0.52 0.10 0.16
HSL 311.45º 0.57% 0.62% -
HSV(B) 311.45º 0.52% 0.84% -
XYZ 41.81 27.65 53 -
YUV 146.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 213 103 192 0 0.52 0.10 0.16 311.45 0.57 0.62
Hex D5 67 C0 0 34 A 10 137 39 3E
Octal 325 147 300 0 64 12 20 467 71 76
Binary 11010101 1100111 11000000 0 110100 1010 10000 100110111 111001 111110

Color Harmonies of #D567C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D567C0

Black with #D567C0

Text Example


Text Example

White with #D567C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D567C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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