Html Css Color HEX #D68ACA Orchid

📋 copy color: '#D68ACA'

red 214 ◦ green 138 ◦ blue 202

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

Shades of Orchid #D68ACA

Tints of Orchid #D68ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 38.63%
G = 24.91%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D68ACA (or 0xD68ACA) is known color: Orchid. HEX triplet: D6, 8A and CA. RGB value is (214,138,202). Sum of RGB (Red+Green+Blue) = 214+138+202=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ACA is #297535. Grayscale: #A7A7A7. Windows color (decimal): -2716982 or 13273814. OLE color: 13273814.

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

Color convert

RGB 214 138 202 -
CMYK 0 0.36 0.06 0.16
HSL 309.47º 0.48% 0.69% -
HSV(B) 309.47º 0.36% 0.84% -
XYZ 47.48 36.74 60.47 -
YUV 168.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 214 138 202 0 0.36 0.06 0.16 309.47 0.48 0.69
Hex D6 8A CA 0 24 6 10 135 30 45
Octal 326 212 312 0 44 6 20 465 60 105
Binary 11010110 10001010 11001010 0 100100 110 10000 100110101 110000 1000101

Color Harmonies of #D68ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ACA

Black with #D68ACA

Text Example


Text Example

White with #D68ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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