Html Css Color HEX #CD6CE7 Orchid

📋 copy color: '#CD6CE7'

red 205 ◦ green 108 ◦ blue 231

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

Shades of Orchid #CD6CE7

Tints of Orchid #CD6CE7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.85%

 BLUE value IS 231 (90.63% from 255) = 42.46%

R = 37.68%
G = 19.85%
B = 42.46%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CD6CE7 (or 0xCD6CE7) is known color: Orchid. HEX triplet: CD, 6C and E7. RGB value is (205,108,231). Sum of RGB (Red+Green+Blue) = 205+108+231=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #CD6CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6CE7 is #329318. Grayscale: #969696. Windows color (decimal): -3314457 or 15166669. OLE color: 15166669.

HSL color Cylindrical-coordinate representation of color #CD6CE7: hue angle of 287.32º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD6CE7 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 108 231 -
CMYK 0.11 0.53 0 0.09
HSL 287.32º 0.72% 0.66% -
HSV(B) 287.32º 0.53% 0.91% -
XYZ 44.96 29.47 78.92 -
YUV 151.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 205 108 231 0.11 0.53 0 0.09 287.32 0.72 0.66
Hex CD 6C E7 B 35 0 9 11F 48 42
Octal 315 154 347 13 65 0 11 437 110 102
Binary 11001101 1101100 11100111 1011 110101 0 1001 100011111 1001000 1000010

Color Harmonies of #CD6CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6CE7

Black with #CD6CE7

Text Example


Text Example

White with #CD6CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6CE7; }

 p { color: rgb(205,108,231); }

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

background-color css

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

 a { background-color: rgb(205,108,231); }

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

border-color css

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

 span { border-color: rgb(205,108,231); }

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