Html Css Color HEX #D683CF Orchid

📋 copy color: '#D683CF'

red 214 ◦ green 131 ◦ blue 207

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

Shades of Orchid #D683CF

Tints of Orchid #D683CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.73%

 BLUE value IS 207 (81.25% from 255) = 37.5%

R = 38.77%
G = 23.73%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D683CF (or 0xD683CF) is known color: Orchid. HEX triplet: D6, 83 and CF. RGB value is (214,131,207). Sum of RGB (Red+Green+Blue) = 214+131+207=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D683CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683CF is #297C30. Grayscale: #A4A4A4. Windows color (decimal): -2718769 or 13599702. OLE color: 13599702.

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

Color convert

RGB 214 131 207 -
CMYK 0 0.39 0.03 0.16
HSL 305.06º 0.5% 0.68% -
HSV(B) 305.06º 0.39% 0.84% -
XYZ 47.11 35.03 63.31 -
YUV 164.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 214 131 207 0 0.39 0.03 0.16 305.06 0.5 0.68
Hex D6 83 CF 0 27 3 10 131 32 44
Octal 326 203 317 0 47 3 20 461 62 104
Binary 11010110 10000011 11001111 0 100111 11 10000 100110001 110010 1000100

Color Harmonies of #D683CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683CF

Black with #D683CF

Text Example


Text Example

White with #D683CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683CF; }

 p { color: rgb(214,131,207); }

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

background-color css

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

 a { background-color: rgb(214,131,207); }

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

border-color css

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

 span { border-color: rgb(214,131,207); }

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