Html Css Color HEX #CF7CCA Orchid

📋 copy color: '#CF7CCA'

red 207 ◦ green 124 ◦ blue 202

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

Shades of Orchid #CF7CCA

Tints of Orchid #CF7CCA

RGB

 RED value IS 207 (81.25% from 255) = 38.84%

 GREEN value IS 124 (48.83% from 255) = 23.26%

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

R = 38.84%
G = 23.26%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF7CCA (or 0xCF7CCA) is known color: Orchid. HEX triplet: CF, 7C and CA. RGB value is (207,124,202). Sum of RGB (Red+Green+Blue) = 207+124+202=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CCA is #308335. Grayscale: #9D9D9D. Windows color (decimal): -3179318 or 13270223. OLE color: 13270223.

HSL color Cylindrical-coordinate representation of color #CF7CCA: hue angle of 303.61º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7CCA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 124 202 -
CMYK 0 0.40 0.02 0.19
HSL 303.61º 0.46% 0.65% -
HSV(B) 303.61º 0.4% 0.81% -
XYZ 43.6 31.94 59.75 -
YUV 157.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 207 124 202 0 0.40 0.02 0.19 303.61 0.46 0.65
Hex CF 7C CA 0 28 2 13 130 2E 41
Octal 317 174 312 0 50 2 23 460 56 101
Binary 11001111 1111100 11001010 0 101000 10 10011 100110000 101110 1000001

Color Harmonies of #CF7CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7CCA

Black with #CF7CCA

Text Example


Text Example

White with #CF7CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7CCA; }

 p { color: rgb(207,124,202); }

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

background-color css

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

 a { background-color: rgb(207,124,202); }

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

border-color css

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

 span { border-color: rgb(207,124,202); }

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