Html Css Color HEX #D069C3 Orchid

📋 copy color: '#D069C3'

red 208 ◦ green 105 ◦ blue 195

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

Shades of Orchid #D069C3

Tints of Orchid #D069C3

RGB

 RED value IS 208 (81.64% from 255) = 40.94%

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

 BLUE value IS 195 (76.56% from 255) = 38.39%

R = 40.94%
G = 20.67%
B = 38.39%

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

#D069C3 (or 0xD069C3) is known color: Orchid. HEX triplet: D0, 69 and C3. RGB value is (208,105,195). Sum of RGB (Red+Green+Blue) = 208+105+195=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D069C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069C3 is #2F963C. Grayscale: #919191. Windows color (decimal): -3118653 or 12806608. OLE color: 12806608.

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

Color convert

RGB 208 105 195 -
CMYK 0 0.50 0.06 0.18
HSL 307.57º 0.52% 0.61% -
HSV(B) 307.57º 0.5% 0.82% -
XYZ 40.91 27.45 54.77 -
YUV 146.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 208 105 195 0 0.50 0.06 0.18 307.57 0.52 0.61
Hex D0 69 C3 0 32 6 12 134 34 3D
Octal 320 151 303 0 62 6 22 464 64 75
Binary 11010000 1101001 11000011 0 110010 110 10010 100110100 110100 111101

Color Harmonies of #D069C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069C3

Black with #D069C3

Text Example


Text Example

White with #D069C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069C3; }

 p { color: rgb(208,105,195); }

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

background-color css

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

 a { background-color: rgb(208,105,195); }

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

border-color css

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

 span { border-color: rgb(208,105,195); }

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