Html Css Color HEX #CD7ECB Orchid

📋 copy color: '#CD7ECB'

red 205 ◦ green 126 ◦ blue 203

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

Shades of Orchid #CD7ECB

Tints of Orchid #CD7ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 38.39%
G = 23.6%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD7ECB (or 0xCD7ECB) is known color: Orchid. HEX triplet: CD, 7E and CB. RGB value is (205,126,203). Sum of RGB (Red+Green+Blue) = 205+126+203=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ECB is #328134. Grayscale: #9E9E9E. Windows color (decimal): -3309877 or 13336269. OLE color: 13336269.

HSL color Cylindrical-coordinate representation of color #CD7ECB: hue angle of 301.52º 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 #CD7ECB is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 126 203 -
CMYK 0 0.39 0.01 0.20
HSL 301.52º 0.44% 0.65% -
HSV(B) 301.52º 0.39% 0.8% -
XYZ 43.42 32.21 60.43 -
YUV 158.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 205 126 203 0 0.39 0.01 0.20 301.52 0.44 0.65
Hex CD 7E CB 0 27 1 14 12E 2C 41
Octal 315 176 313 0 47 1 24 456 54 101
Binary 11001101 1111110 11001011 0 100111 1 10100 100101110 101100 1000001

Color Harmonies of #CD7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7ECB

Black with #CD7ECB

Text Example


Text Example

White with #CD7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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