Html Css Color HEX #CD68CF Orchid

📋 copy color: '#CD68CF'

red 205 ◦ green 104 ◦ blue 207

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

Shades of Orchid #CD68CF

Tints of Orchid #CD68CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 39.73%
G = 20.16%
B = 40.12%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD68CF (or 0xCD68CF) is known color: Orchid. HEX triplet: CD, 68 and CF. RGB value is (205,104,207). Sum of RGB (Red+Green+Blue) = 205+104+207=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD68CF is #329730. Grayscale: #919191. Windows color (decimal): -3315505 or 13592781. OLE color: 13592781.

HSL color Cylindrical-coordinate representation of color #CD68CF: hue angle of 298.83º degrees, saturation: 0.52, 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 #CD68CF is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 104 207 -
CMYK 0.01 0.50 0 0.19
HSL 298.84º 0.52% 0.61% -
HSV(B) 298.84º 0.5% 0.81% -
XYZ 41.39 27.38 62.14 -
YUV 145.94 162.46 170.12 -
System Red Green Blue C M Y K H S L
Decimal 205 104 207 0.01 0.50 0 0.19 298.84 0.52 0.61
Hex CD 68 CF 1 32 0 13 12B 34 3D
Octal 315 150 317 1 62 0 23 453 64 75
Binary 11001101 1101000 11001111 1 110010 0 10011 100101011 110100 111101

Color Harmonies of #CD68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD68CF

Black with #CD68CF

Text Example


Text Example

White with #CD68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD68CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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