Html Css Color HEX #D568C4 Orchid

📋 copy color: '#D568C4'

red 213 ◦ green 104 ◦ blue 196

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

Shades of Orchid #D568C4

Tints of Orchid #D568C4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.27%

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

R = 41.52%
G = 20.27%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D568C4 (or 0xD568C4) is known color: Orchid. HEX triplet: D5, 68 and C4. RGB value is (213,104,196). Sum of RGB (Red+Green+Blue) = 213+104+196=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D568C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568C4 is #2A973B. Grayscale: #929292. Windows color (decimal): -2791228 or 12871893. OLE color: 12871893.

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

Color convert

RGB 213 104 196 -
CMYK 0 0.51 0.08 0.16
HSL 309.36º 0.56% 0.62% -
HSV(B) 309.36º 0.51% 0.84% -
XYZ 42.35 28.03 55.4 -
YUV 147.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 213 104 196 0 0.51 0.08 0.16 309.36 0.56 0.62
Hex D5 68 C4 0 33 8 10 135 38 3E
Octal 325 150 304 0 63 10 20 465 70 76
Binary 11010101 1101000 11000100 0 110011 1000 10000 100110101 111000 111110

Color Harmonies of #D568C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D568C4

Black with #D568C4

Text Example


Text Example

White with #D568C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D568C4; }

 p { color: rgb(213,104,196); }

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

background-color css

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

 a { background-color: rgb(213,104,196); }

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

border-color css

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

 span { border-color: rgb(213,104,196); }

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