Html Css Color HEX #CD7BC8 Orchid

📋 copy color: '#CD7BC8'

red 205 ◦ green 123 ◦ blue 200

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

Shades of Orchid #CD7BC8

Tints of Orchid #CD7BC8

RGB

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

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

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

R = 38.83%
G = 23.3%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD7BC8 (or 0xCD7BC8) is known color: Orchid. HEX triplet: CD, 7B and C8. RGB value is (205,123,200). Sum of RGB (Red+Green+Blue) = 205+123+200=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BC8 is #328437. Grayscale: #9C9C9C. Windows color (decimal): -3310648 or 13138893. OLE color: 13138893.

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

Color convert

RGB 205 123 200 -
CMYK 0 0.4 0.02 0.20
HSL 303.66º 0.45% 0.64% -
HSV(B) 303.66º 0.4% 0.8% -
XYZ 42.69 31.32 58.44 -
YUV 156.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 205 123 200 0 0.4 0.02 0.20 303.66 0.45 0.64
Hex CD 7B C8 0 28 2 14 130 2D 40
Octal 315 173 310 0 50 2 24 460 55 100
Binary 11001101 1111011 11001000 0 101000 10 10100 100110000 101101 1000000

Color Harmonies of #CD7BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7BC8

Black with #CD7BC8

Text Example


Text Example

White with #CD7BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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