Html Css Color HEX #D683CB Orchid

📋 copy color: '#D683CB'

red 214 ◦ green 131 ◦ blue 203

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

Shades of Orchid #D683CB

Tints of Orchid #D683CB

RGB

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

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

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

R = 39.05%
G = 23.91%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D683CB (or 0xD683CB) is known color: Orchid. HEX triplet: D6, 83 and CB. RGB value is (214,131,203). Sum of RGB (Red+Green+Blue) = 214+131+203=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D683CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683CB is #297C34. Grayscale: #A3A3A3. Windows color (decimal): -2718773 or 13337558. OLE color: 13337558.

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

Color convert

RGB 214 131 203 -
CMYK 0 0.39 0.05 0.16
HSL 307.95º 0.5% 0.68% -
HSV(B) 307.95º 0.39% 0.84% -
XYZ 46.63 34.84 60.77 -
YUV 164.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 214 131 203 0 0.39 0.05 0.16 307.95 0.5 0.68
Hex D6 83 CB 0 27 5 10 134 32 44
Octal 326 203 313 0 47 5 20 464 62 104
Binary 11010110 10000011 11001011 0 100111 101 10000 100110100 110010 1000100

Color Harmonies of #D683CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683CB

Black with #D683CB

Text Example


Text Example

White with #D683CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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