Html Css Color HEX #D07CC4 Orchid

📋 copy color: '#D07CC4'

red 208 ◦ green 124 ◦ blue 196

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

Shades of Orchid #D07CC4

Tints of Orchid #D07CC4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.48%

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

R = 39.39%
G = 23.48%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D07CC4 (or 0xD07CC4) is known color: Orchid. HEX triplet: D0, 7C and C4. RGB value is (208,124,196). Sum of RGB (Red+Green+Blue) = 208+124+196=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CC4 is #2F833B. Grayscale: #9D9D9D. Windows color (decimal): -3113788 or 12877008. OLE color: 12877008.

HSL color Cylindrical-coordinate representation of color #D07CC4: hue angle of 308.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07CC4 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 124 196 -
CMYK 0 0.40 0.06 0.18
HSL 308.57º 0.47% 0.65% -
HSV(B) 308.57º 0.4% 0.82% -
XYZ 43.18 31.81 56.09 -
YUV 157.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 208 124 196 0 0.40 0.06 0.18 308.57 0.47 0.65
Hex D0 7C C4 0 28 6 12 135 2F 41
Octal 320 174 304 0 50 6 22 465 57 101
Binary 11010000 1111100 11000100 0 101000 110 10010 100110101 101111 1000001

Color Harmonies of #D07CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CC4

Black with #D07CC4

Text Example


Text Example

White with #D07CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CC4; }

 p { color: rgb(208,124,196); }

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

background-color css

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

 a { background-color: rgb(208,124,196); }

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

border-color css

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

 span { border-color: rgb(208,124,196); }

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