Html Css Color HEX #D269C6 Orchid

📋 copy color: '#D269C6'

red 210 ◦ green 105 ◦ blue 198

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

Shades of Orchid #D269C6

Tints of Orchid #D269C6

RGB

 RED value IS 210 (82.42% from 255) = 40.94%

 GREEN value IS 105 (41.41% from 255) = 20.47%

 BLUE value IS 198 (77.73% from 255) = 38.6%

R = 40.94%
G = 20.47%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D269C6 (or 0xD269C6) is known color: Orchid. HEX triplet: D2, 69 and C6. RGB value is (210,105,198). Sum of RGB (Red+Green+Blue) = 210+105+198=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D269C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269C6 is #2D9639. Grayscale: #929292. Windows color (decimal): -2987578 or 13003218. OLE color: 13003218.

HSL color Cylindrical-coordinate representation of color #D269C6: hue angle of 306.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D269C6 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 105 198 -
CMYK 0 0.50 0.06 0.18
HSL 306.86º 0.54% 0.62% -
HSV(B) 306.86º 0.5% 0.82% -
XYZ 41.82 27.88 56.6 -
YUV 147 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 210 105 198 0 0.50 0.06 0.18 306.86 0.54 0.62
Hex D2 69 C6 0 32 6 12 133 36 3E
Octal 322 151 306 0 62 6 22 463 66 76
Binary 11010010 1101001 11000110 0 110010 110 10010 100110011 110110 111110

Color Harmonies of #D269C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269C6

Black with #D269C6

Text Example


Text Example

White with #D269C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269C6; }

 p { color: rgb(210,105,198); }

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

background-color css

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

 a { background-color: rgb(210,105,198); }

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

border-color css

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

 span { border-color: rgb(210,105,198); }

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