Html Css Color HEX #CD7BC9 Orchid

📋 copy color: '#CD7BC9'

red 205 ◦ green 123 ◦ blue 201

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

Shades of Orchid #CD7BC9

Tints of Orchid #CD7BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38%

R = 38.75%
G = 23.25%
B = 38%

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

#CD7BC9 (or 0xCD7BC9) is known color: Orchid. HEX triplet: CD, 7B and C9. RGB value is (205,123,201). Sum of RGB (Red+Green+Blue) = 205+123+201=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BC9 is #328436. Grayscale: #9C9C9C. Windows color (decimal): -3310647 or 13204429. OLE color: 13204429.

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

Color convert

RGB 205 123 201 -
CMYK 0 0.4 0.02 0.20
HSL 302.93º 0.45% 0.64% -
HSV(B) 302.93º 0.4% 0.8% -
XYZ 42.8 31.36 59.06 -
YUV 156.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 205 123 201 0 0.4 0.02 0.20 302.93 0.45 0.64
Hex CD 7B C9 0 28 2 14 12F 2D 40
Octal 315 173 311 0 50 2 24 457 55 100
Binary 11001101 1111011 11001001 0 101000 10 10100 100101111 101101 1000000

Color Harmonies of #CD7BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7BC9

Black with #CD7BC9

Text Example


Text Example

White with #CD7BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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