Html Css Color HEX #CD7BCB Orchid

📋 copy color: '#CD7BCB'

red 205 ◦ green 123 ◦ blue 203

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

Shades of Orchid #CD7BCB

Tints of Orchid #CD7BCB

RGB

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

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

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

R = 38.61%
G = 23.16%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD7BCB (or 0xCD7BCB) is known color: Orchid. HEX triplet: CD, 7B and CB. RGB value is (205,123,203). Sum of RGB (Red+Green+Blue) = 205+123+203=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BCB is #328434. Grayscale: #9C9C9C. Windows color (decimal): -3310645 or 13335501. OLE color: 13335501.

HSL color Cylindrical-coordinate representation of color #CD7BCB: hue angle of 301.46º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7BCB is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 123 203 -
CMYK 0 0.4 0.01 0.20
HSL 301.46º 0.45% 0.64% -
HSV(B) 301.46º 0.4% 0.8% -
XYZ 43.04 31.46 60.3 -
YUV 156.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 205 123 203 0 0.4 0.01 0.20 301.46 0.45 0.64
Hex CD 7B CB 0 28 1 14 12D 2D 40
Octal 315 173 313 0 50 1 24 455 55 100
Binary 11001101 1111011 11001011 0 101000 1 10100 100101101 101101 1000000

Color Harmonies of #CD7BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7BCB

Black with #CD7BCB

Text Example


Text Example

White with #CD7BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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