Html Css Color HEX #CD7BE0 Orchid

📋 copy color: '#CD7BE0'

red 205 ◦ green 123 ◦ blue 224

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

Shades of Orchid #CD7BE0

Tints of Orchid #CD7BE0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.28%

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 37.14%
G = 22.28%
B = 40.58%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD7BE0 (or 0xCD7BE0) is known color: Orchid. HEX triplet: CD, 7B and E0. RGB value is (205,123,224). Sum of RGB (Red+Green+Blue) = 205+123+224=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BE0 is #32841F. Grayscale: #9E9E9E. Windows color (decimal): -3310624 or 14711757. OLE color: 14711757.

HSL color Cylindrical-coordinate representation of color #CD7BE0: hue angle of 288.71º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD7BE0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 123 224 -
CMYK 0.08 0.45 0 0.12
HSL 288.71º 0.62% 0.68% -
HSV(B) 288.71º 0.45% 0.88% -
XYZ 45.71 32.53 74.39 -
YUV 159.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 205 123 224 0.08 0.45 0 0.12 288.71 0.62 0.68
Hex CD 7B E0 8 2D 0 C 121 3E 44
Octal 315 173 340 10 55 0 14 441 76 104
Binary 11001101 1111011 11100000 1000 101101 0 1100 100100001 111110 1000100

Color Harmonies of #CD7BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7BE0

Black with #CD7BE0

Text Example


Text Example

White with #CD7BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7BE0; }

 p { color: rgb(205,123,224); }

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

background-color css

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

 a { background-color: rgb(205,123,224); }

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

border-color css

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

 span { border-color: rgb(205,123,224); }

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