Html Css Color HEX #CD6FC0 Orchid

📋 copy color: '#CD6FC0'

red 205 ◦ green 111 ◦ blue 192

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

Shades of Orchid #CD6FC0

Tints of Orchid #CD6FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.85%

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 40.35%
G = 21.85%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD6FC0 (or 0xCD6FC0) is known color: Orchid. HEX triplet: CD, 6F and C0. RGB value is (205,111,192). Sum of RGB (Red+Green+Blue) = 205+111+192=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FC0 is #32903F. Grayscale: #949494. Windows color (decimal): -3313728 or 12611533. OLE color: 12611533.

HSL color Cylindrical-coordinate representation of color #CD6FC0: hue angle of 308.3º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6FC0 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 111 192 -
CMYK 0 0.46 0.06 0.20
HSL 308.3º 0.48% 0.62% -
HSV(B) 308.3º 0.46% 0.8% -
XYZ 40.38 28.15 53.18 -
YUV 148.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 205 111 192 0 0.46 0.06 0.20 308.3 0.48 0.62
Hex CD 6F C0 0 2E 6 14 134 30 3E
Octal 315 157 300 0 56 6 24 464 60 76
Binary 11001101 1101111 11000000 0 101110 110 10100 100110100 110000 111110

Color Harmonies of #CD6FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6FC0

Black with #CD6FC0

Text Example


Text Example

White with #CD6FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6FC0; }

 p { color: rgb(205,111,192); }

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

background-color css

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

 a { background-color: rgb(205,111,192); }

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

border-color css

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

 span { border-color: rgb(205,111,192); }

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