Html Css Color HEX #CD68CC Orchid

📋 copy color: '#CD68CC'

red 205 ◦ green 104 ◦ blue 204

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

Shades of Orchid #CD68CC

Tints of Orchid #CD68CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.27%

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 39.96%
G = 20.27%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD68CC (or 0xCD68CC) is known color: Orchid. HEX triplet: CD, 68 and CC. RGB value is (205,104,204). Sum of RGB (Red+Green+Blue) = 205+104+204=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD68CC is #329733. Grayscale: #919191. Windows color (decimal): -3315508 or 13396173. OLE color: 13396173.

HSL color Cylindrical-coordinate representation of color #CD68CC: hue angle of 300.59º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD68CC is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 104 204 -
CMYK 0 0.49 0.00 0.20
HSL 300.59º 0.5% 0.61% -
HSV(B) 300.59º 0.49% 0.8% -
XYZ 41.03 27.24 60.22 -
YUV 145.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 205 104 204 0 0.49 0.00 0.20 300.59 0.5 0.61
Hex CD 68 CC 0 31 0 14 12D 32 3D
Octal 315 150 314 0 61 0 24 455 62 75
Binary 11001101 1101000 11001100 0 110001 0 10100 100101101 110010 111101

Color Harmonies of #CD68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD68CC

Black with #CD68CC

Text Example


Text Example

White with #CD68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD68CC; }

 p { color: rgb(205,104,204); }

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

background-color css

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

 a { background-color: rgb(205,104,204); }

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

border-color css

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

 span { border-color: rgb(205,104,204); }

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