Html Css Color HEX #D267C7 Orchid

📋 copy color: '#D267C7'

red 210 ◦ green 103 ◦ blue 199

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

Shades of Orchid #D267C7

Tints of Orchid #D267C7

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.12%

 BLUE value IS 199 (78.13% from 255) = 38.87%

R = 41.02%
G = 20.12%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D267C7 (or 0xD267C7) is known color: Orchid. HEX triplet: D2, 67 and C7. RGB value is (210,103,199). Sum of RGB (Red+Green+Blue) = 210+103+199=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D267C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267C7 is #2D9838. Grayscale: #919191. Windows color (decimal): -2988089 or 13068242. OLE color: 13068242.

HSL color Cylindrical-coordinate representation of color #D267C7: hue angle of 306.17º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D267C7 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 103 199 -
CMYK 0 0.51 0.05 0.18
HSL 306.17º 0.54% 0.61% -
HSV(B) 306.17º 0.51% 0.82% -
XYZ 41.74 27.53 57.15 -
YUV 145.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 210 103 199 0 0.51 0.05 0.18 306.17 0.54 0.61
Hex D2 67 C7 0 33 5 12 132 36 3D
Octal 322 147 307 0 63 5 22 462 66 75
Binary 11010010 1100111 11000111 0 110011 101 10010 100110010 110110 111101

Color Harmonies of #D267C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267C7

Black with #D267C7

Text Example


Text Example

White with #D267C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267C7; }

 p { color: rgb(210,103,199); }

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

background-color css

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

 a { background-color: rgb(210,103,199); }

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

border-color css

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

 span { border-color: rgb(210,103,199); }

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