Html Css Color HEX #D267C4 Orchid

📋 copy color: '#D267C4'

red 210 ◦ green 103 ◦ blue 196

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

Shades of Orchid #D267C4

Tints of Orchid #D267C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.51%

R = 41.26%
G = 20.24%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D267C4 (or 0xD267C4) is known color: Orchid. HEX triplet: D2, 67 and C4. RGB value is (210,103,196). Sum of RGB (Red+Green+Blue) = 210+103+196=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D267C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267C4 is #2D983B. Grayscale: #919191. Windows color (decimal): -2988092 or 12871634. OLE color: 12871634.

HSL color Cylindrical-coordinate representation of color #D267C4: hue angle of 307.85º 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 #D267C4 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 103 196 -
CMYK 0 0.51 0.07 0.18
HSL 307.85º 0.54% 0.61% -
HSV(B) 307.85º 0.51% 0.82% -
XYZ 41.39 27.39 55.33 -
YUV 145.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 210 103 196 0 0.51 0.07 0.18 307.85 0.54 0.61
Hex D2 67 C4 0 33 7 12 134 36 3D
Octal 322 147 304 0 63 7 22 464 66 75
Binary 11010010 1100111 11000100 0 110011 111 10010 100110100 110110 111101

Color Harmonies of #D267C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267C4

Black with #D267C4

Text Example


Text Example

White with #D267C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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