Html Css Color HEX #CD7EC8 Orchid

📋 copy color: '#CD7EC8'

red 205 ◦ green 126 ◦ blue 200

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

Shades of Orchid #CD7EC8

Tints of Orchid #CD7EC8

RGB

 RED value IS 205 (80.47% from 255) = 38.61%

 GREEN value IS 126 (49.61% from 255) = 23.73%

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 38.61%
G = 23.73%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD7EC8 (or 0xCD7EC8) is known color: Orchid. HEX triplet: CD, 7E and C8. RGB value is (205,126,200). Sum of RGB (Red+Green+Blue) = 205+126+200=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EC8 is #328137. Grayscale: #9D9D9D. Windows color (decimal): -3309880 or 13139661. OLE color: 13139661.

HSL color Cylindrical-coordinate representation of color #CD7EC8: hue angle of 303.8º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD7EC8 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 126 200 -
CMYK 0 0.39 0.02 0.20
HSL 303.8º 0.44% 0.65% -
HSV(B) 303.8º 0.39% 0.8% -
XYZ 43.06 32.07 58.56 -
YUV 158.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 205 126 200 0 0.39 0.02 0.20 303.8 0.44 0.65
Hex CD 7E C8 0 27 2 14 130 2C 41
Octal 315 176 310 0 47 2 24 460 54 101
Binary 11001101 1111110 11001000 0 100111 10 10100 100110000 101100 1000001

Color Harmonies of #CD7EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7EC8

Black with #CD7EC8

Text Example


Text Example

White with #CD7EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7EC8; }

 p { color: rgb(205,126,200); }

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

background-color css

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

 a { background-color: rgb(205,126,200); }

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

border-color css

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

 span { border-color: rgb(205,126,200); }

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