Html Css Color HEX #CD67CC Orchid

📋 copy color: '#CD67CC'

red 205 ◦ green 103 ◦ blue 204

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

Shades of Orchid #CD67CC

Tints of Orchid #CD67CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 40.04%
G = 20.12%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD67CC (or 0xCD67CC) is known color: Orchid. HEX triplet: CD, 67 and CC. RGB value is (205,103,204). Sum of RGB (Red+Green+Blue) = 205+103+204=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67CC is #329833. Grayscale: #909090. Windows color (decimal): -3315764 or 13395917. OLE color: 13395917.

HSL color Cylindrical-coordinate representation of color #CD67CC: hue angle of 300.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD67CC is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 103 204 -
CMYK 0 0.50 0.00 0.20
HSL 300.59º 0.5% 0.6% -
HSV(B) 300.59º 0.5% 0.8% -
XYZ 40.93 27.04 60.19 -
YUV 145.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 205 103 204 0 0.50 0.00 0.20 300.59 0.5 0.6
Hex CD 67 CC 0 32 0 14 12D 32 3C
Octal 315 147 314 0 62 0 24 455 62 74
Binary 11001101 1100111 11001100 0 110010 0 10100 100101101 110010 111100

Color Harmonies of #CD67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD67CC

Black with #CD67CC

Text Example


Text Example

White with #CD67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD67CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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