Html Css Color HEX #D68ACB Orchid

📋 copy color: '#D68ACB'

red 214 ◦ green 138 ◦ blue 203

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

Shades of Orchid #D68ACB

Tints of Orchid #D68ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.58%

R = 38.56%
G = 24.86%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D68ACB (or 0xD68ACB) is known color: Orchid. HEX triplet: D6, 8A and CB. RGB value is (214,138,203). Sum of RGB (Red+Green+Blue) = 214+138+203=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ACB is #297534. Grayscale: #A7A7A7. Windows color (decimal): -2716981 or 13339350. OLE color: 13339350.

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

Color convert

RGB 214 138 203 -
CMYK 0 0.36 0.05 0.16
HSL 308.68º 0.48% 0.69% -
HSV(B) 308.68º 0.36% 0.84% -
XYZ 47.6 36.78 61.09 -
YUV 168.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 214 138 203 0 0.36 0.05 0.16 308.68 0.48 0.69
Hex D6 8A CB 0 24 5 10 135 30 45
Octal 326 212 313 0 44 5 20 465 60 105
Binary 11010110 10001010 11001011 0 100100 101 10000 100110101 110000 1000101

Color Harmonies of #D68ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ACB

Black with #D68ACB

Text Example


Text Example

White with #D68ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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