Html Css Color HEX #CD85D4 Orchid

📋 copy color: '#CD85D4'

red 205 ◦ green 133 ◦ blue 212

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

Shades of Orchid #CD85D4

Tints of Orchid #CD85D4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.18%

 BLUE value IS 212 (83.2% from 255) = 38.55%

R = 37.27%
G = 24.18%
B = 38.55%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CD85D4 (or 0xCD85D4) is known color: Orchid. HEX triplet: CD, 85 and D4. RGB value is (205,133,212). Sum of RGB (Red+Green+Blue) = 205+133+212=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD85D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85D4 is #327A2B. Grayscale: #A3A3A3. Windows color (decimal): -3308076 or 13927885. OLE color: 13927885.

HSL color Cylindrical-coordinate representation of color #CD85D4: hue angle of 294.68º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD85D4 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 133 212 -
CMYK 0.03 0.37 0 0.17
HSL 294.68º 0.48% 0.68% -
HSV(B) 294.68º 0.37% 0.83% -
XYZ 45.45 34.51 66.55 -
YUV 163.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 205 133 212 0.03 0.37 0 0.17 294.68 0.48 0.68
Hex CD 85 D4 3 25 0 11 127 30 44
Octal 315 205 324 3 45 0 21 447 60 104
Binary 11001101 10000101 11010100 11 100101 0 10001 100100111 110000 1000100

Color Harmonies of #CD85D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD85D4

Black with #CD85D4

Text Example


Text Example

White with #CD85D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD85D4; }

 p { color: rgb(205,133,212); }

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

background-color css

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

 a { background-color: rgb(205,133,212); }

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

border-color css

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

 span { border-color: rgb(205,133,212); }

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