Html Css Color HEX #CD67D7 Orchid

📋 copy color: '#CD67D7'

red 205 ◦ green 103 ◦ blue 215

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

Shades of Orchid #CD67D7

Tints of Orchid #CD67D7

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.69%

 BLUE value IS 215 (84.38% from 255) = 41.11%

R = 39.2%
G = 19.69%
B = 41.11%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD67D7 (or 0xCD67D7) is known color: Orchid. HEX triplet: CD, 67 and D7. RGB value is (205,103,215). Sum of RGB (Red+Green+Blue) = 205+103+215=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD67D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67D7 is #329828. Grayscale: #919191. Windows color (decimal): -3315753 or 14116813. OLE color: 14116813.

HSL color Cylindrical-coordinate representation of color #CD67D7: hue angle of 294.64º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD67D7 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 103 215 -
CMYK 0.05 0.52 0 0.16
HSL 294.64º 0.58% 0.62% -
HSV(B) 294.64º 0.52% 0.84% -
XYZ 42.29 27.59 67.39 -
YUV 146.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 205 103 215 0.05 0.52 0 0.16 294.64 0.58 0.62
Hex CD 67 D7 5 34 0 10 127 3A 3E
Octal 315 147 327 5 64 0 20 447 72 76
Binary 11001101 1100111 11010111 101 110100 0 10000 100100111 111010 111110

Color Harmonies of #CD67D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD67D7

Black with #CD67D7

Text Example


Text Example

White with #CD67D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD67D7; }

 p { color: rgb(205,103,215); }

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

background-color css

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

 a { background-color: rgb(205,103,215); }

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

border-color css

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

 span { border-color: rgb(205,103,215); }

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