Html Css Color HEX #D685CC Orchid

📋 copy color: '#D685CC'

red 214 ◦ green 133 ◦ blue 204

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

Shades of Orchid #D685CC

Tints of Orchid #D685CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.14%

 BLUE value IS 204 (80.08% from 255) = 37.02%

R = 38.84%
G = 24.14%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D685CC (or 0xD685CC) is known color: Orchid. HEX triplet: D6, 85 and CC. RGB value is (214,133,204). Sum of RGB (Red+Green+Blue) = 214+133+204=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D685CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685CC is #297A33. Grayscale: #A5A5A5. Windows color (decimal): -2718260 or 13403606. OLE color: 13403606.

HSL color Cylindrical-coordinate representation of color #D685CC: hue angle of 307.41º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D685CC is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 133 204 -
CMYK 0 0.38 0.05 0.16
HSL 307.41º 0.5% 0.68% -
HSV(B) 307.41º 0.38% 0.84% -
XYZ 47.02 35.43 61.49 -
YUV 165.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 214 133 204 0 0.38 0.05 0.16 307.41 0.5 0.68
Hex D6 85 CC 0 26 5 10 133 32 44
Octal 326 205 314 0 46 5 20 463 62 104
Binary 11010110 10000101 11001100 0 100110 101 10000 100110011 110010 1000100

Color Harmonies of #D685CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D685CC

Black with #D685CC

Text Example


Text Example

White with #D685CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D685CC; }

 p { color: rgb(214,133,204); }

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

background-color css

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

 a { background-color: rgb(214,133,204); }

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

border-color css

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

 span { border-color: rgb(214,133,204); }

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