Html Css Color HEX #CD68CE Orchid

📋 copy color: '#CD68CE'

red 205 ◦ green 104 ◦ blue 206

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

Shades of Orchid #CD68CE

Tints of Orchid #CD68CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 39.81%
G = 20.19%
B = 40%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD68CE (or 0xCD68CE) is known color: Orchid. HEX triplet: CD, 68 and CE. RGB value is (205,104,206). Sum of RGB (Red+Green+Blue) = 205+104+206=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD68CE is #329731. Grayscale: #919191. Windows color (decimal): -3315506 or 13527245. OLE color: 13527245.

HSL color Cylindrical-coordinate representation of color #CD68CE: hue angle of 299.41º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD68CE is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 104 206 -
CMYK 0.00 0.50 0 0.19
HSL 299.41º 0.51% 0.61% -
HSV(B) 299.41º 0.5% 0.81% -
XYZ 41.27 27.34 61.49 -
YUV 145.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 205 104 206 0.00 0.50 0 0.19 299.41 0.51 0.61
Hex CD 68 CE 0 32 0 13 12B 33 3D
Octal 315 150 316 0 62 0 23 453 63 75
Binary 11001101 1101000 11001110 0 110010 0 10011 100101011 110011 111101

Color Harmonies of #CD68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD68CE

Black with #CD68CE

Text Example


Text Example

White with #CD68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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