Html Css Color HEX #CD67CA Orchid

📋 copy color: '#CD67CA'

red 205 ◦ green 103 ◦ blue 202

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

Shades of Orchid #CD67CA

Tints of Orchid #CD67CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.61%

R = 40.2%
G = 20.2%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD67CA (or 0xCD67CA) is known color: Orchid. HEX triplet: CD, 67 and CA. RGB value is (205,103,202). Sum of RGB (Red+Green+Blue) = 205+103+202=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67CA is #329835. Grayscale: #909090. Windows color (decimal): -3315766 or 13264845. OLE color: 13264845.

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

Color convert

RGB 205 103 202 -
CMYK 0 0.50 0.01 0.20
HSL 301.76º 0.5% 0.6% -
HSV(B) 301.76º 0.5% 0.8% -
XYZ 40.69 26.94 58.93 -
YUV 144.78 160.29 170.95 -
System Red Green Blue C M Y K H S L
Decimal 205 103 202 0 0.50 0.01 0.20 301.76 0.5 0.6
Hex CD 67 CA 0 32 1 14 12E 32 3C
Octal 315 147 312 0 62 1 24 456 62 74
Binary 11001101 1100111 11001010 0 110010 1 10100 100101110 110010 111100

Color Harmonies of #CD67CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD67CA

Black with #CD67CA

Text Example


Text Example

White with #CD67CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD67CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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