Html Css Color HEX #D68ACD Orchid

📋 copy color: '#D68ACD'

red 214 ◦ green 138 ◦ blue 205

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

Shades of Orchid #D68ACD

Tints of Orchid #D68ACD

RGB

 RED value IS 214 (83.98% from 255) = 38.42%

 GREEN value IS 138 (54.3% from 255) = 24.78%

 BLUE value IS 205 (80.47% from 255) = 36.8%

R = 38.42%
G = 24.78%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D68ACD (or 0xD68ACD) is known color: Orchid. HEX triplet: D6, 8A and CD. RGB value is (214,138,205). Sum of RGB (Red+Green+Blue) = 214+138+205=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ACD is #297532. Grayscale: #A8A8A8. Windows color (decimal): -2716979 or 13470422. OLE color: 13470422.

HSL color Cylindrical-coordinate representation of color #D68ACD: hue angle of 307.11º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68ACD is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 138 205 -
CMYK 0 0.36 0.04 0.16
HSL 307.11º 0.48% 0.69% -
HSV(B) 307.11º 0.36% 0.84% -
XYZ 47.84 36.88 62.35 -
YUV 168.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 214 138 205 0 0.36 0.04 0.16 307.11 0.48 0.69
Hex D6 8A CD 0 24 4 10 133 30 45
Octal 326 212 315 0 44 4 20 463 60 105
Binary 11010110 10001010 11001101 0 100100 100 10000 100110011 110000 1000101

Color Harmonies of #D68ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ACD

Black with #D68ACD

Text Example


Text Example

White with #D68ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ACD; }

 p { color: rgb(214,138,205); }

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

background-color css

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

 a { background-color: rgb(214,138,205); }

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

border-color css

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

 span { border-color: rgb(214,138,205); }

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